xref: /openbsd/gnu/usr.bin/perl/pod/perllexwarn.pod (revision 76d0caae)
1=head1 NAME
2
3perllexwarn - Perl Lexical Warnings
4
5=head1 DESCRIPTION
6
7Perl v5.6.0 introduced lexical control over the handling of warnings by
8category.  The C<warnings> pragma generally replaces the command line flag
9B<-w>.  Documentation on the use of lexical warnings, once partly found in
10this document, is now found in the L<warnings> documentation.
11
12