www.LinuxHowtos.org
PERLLEXWARN
Section: Perl Programmers Reference Guide (1)Updated: 2017-06-30
Index Return to Main Contents
NAME
perllexwarn - Perl Lexical WarningsDESCRIPTION
Perl v5.6.0 introduced lexical control over the handling of warnings by category. The "warnings" pragma generally replaces the command line flag -w. Documentation on the use of lexical warnings, once partly found in this document, is now found in the warnings documentation.