PERLTRAP(1) Perl Programmers Reference Guide PERLTRAP(1)
PERLTRAP(1) Perl Programmers Reference Guide PERLTRAP(1) # PERLTRAP(1) Perl Programmers Reference Guide PERLTRAP(1) NNAAMMEE # perltrap - Perl traps for the unwary DDEESSCCRRIIPPTTIIOONN # The biggest trap of all is forgetting to "use warnings" or use the --ww switch; see warnings and "-w" in perlrun. The second biggest trap is not making your entire program runnable under "use strict". The third biggest trap is not reading the list of changes in this version of Perl; see perldelta. ...