The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.