PERLPRAGMA(1) Perl Programmers Reference Guide PERLPRAGMA(1)
PERLPRAGMA(1) Perl Programmers Reference Guide PERLPRAGMA(1) # PERLPRAGMA(1) Perl Programmers Reference Guide PERLPRAGMA(1) NNAAMMEE # perlpragma - how to write a user pragma DDEESSCCRRIIPPTTIIOONN # A pragma is a module which influences some aspect of the compile time or run time behaviour of Perl, such as "strict" or "warnings". With Perl 5.10 you are no longer limited to the built in pragmata; you can now create user pragmata that modify the behaviour of user functions within a lexical scope. ...