The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

warnings::anywhere - an alias for warnings::everywhere

SYNOPSIS

 no warnings::anywhere qw(uninitialized);
 

DESCRIPTION

A more grammatical name for warnings::everywhere, when you're turning off warnings.

SUBROUTINES

categories_disabled
categories_enabled
disable_warning_category
enable_warning_category

As per warnings::anywhere.