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