NAME
warnings - Perl pragma to control optional warnings
SYNOPSIS
use warnings;
no warnings;
use warnings "all";
no warnings "all";
DESCRIPTION
If no import list is supplied, all possible warnings are either enabled or disabled.
warnings - Perl pragma to control optional warnings
use warnings;
no warnings;
use warnings "all";
no warnings "all";
If no import list is supplied, all possible warnings are either enabled or disabled.