Help for this page
no warnings; ... sub AnotherSub { GenerateWarning(); }
sub test_warnings { local $SIG{__WARN__} = sub {}; ... AnotherSub(); }