NAME

warning - Perl pragma to control optional warnings

SYNOPSIS

use warning;
no warning;

use warning "all";
no warning "all";

DESCRIPTION

If no import list is supplied, all possible warnings are either enabled or disabled.

See "Pragmatic Modules" in perlmod and perllexwarn.