Files
GseTDDUebungKCLR/database/perl/lib/pods/perllexwarn.pod
Riley Schneider b732d8d4b5 Initial Commit
2025-12-03 16:38:10 +01:00

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.