CARVIEW |
Select Language
HTTP/2 200
server: nginx
content-type: text/plain;charset=UTF-8
content-security-policy: default-src 'self'; connect-src 'self' *.google-analytics.com; img-src 'self' data: www.google-analytics.com www.googletagmanager.com; script-src 'self' 'unsafe-inline' www.google-analytics.com www.googletagmanager.com; style-src 'self'; report-uri /csp-reports
content-encoding: gzip
accept-ranges: bytes
age: 0
date: Sat, 11 Oct 2025 07:44:23 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210021-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1760168662.357372,VS0,VE744
vary: Accept-Encoding
strict-transport-security: max-age=31557600
content-length: 249
=head1 NAME
perllexwarn - Perl Lexical Warnings
=head1 DESCRIPTION
Perl v5.6.0 introduced lexical control over the handling of warnings by
category. The C 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 documentation.