mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
12 lines
355 B
Plaintext
12 lines
355 B
Plaintext
=head1 NAME
|
|
|
|
perllexwarn - Perl Lexical Warnings
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
Perl v5.6.0 introduced lexical control over the handling of warnings by
|
|
category. The C<warnings> pragma generally replaces the command line flag
|
|
B<-w>. Documentation on the use of lexical warnings, once partly found in
|
|
this document, is now found in the L<warnings> documentation.
|
|
|