Help for this page

Select Code to Download


  1. or download this
    sub _is_tainted {
        no warnings qw(void uninitialized);
    ...
        return !eval { join('', shift), kill 0; 1 }; 
    } # _is_tainted