perltrap (1) Linux Manual Page
perltrap – Perl traps for the unwary DescriptionThe biggest trap of all is forgetting to "use warnings" or use the -w switch; see warnings and 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…
