Help for this page

Select Code to Download


  1. or download this
    local $SIG{__WARN__} = sub {
        warn $_[0] unless $_[0] =~ /^Subroutine .+ redefined/;
    }