Help for this page

Select Code to Download


  1. or download this
    $ cat script.pl
    #!/usr/bin/perl
    ...
    
    $ perl -T -e'$ENV{PATH}=""; system "script.pl";'
    unsafe?
    
  2. or download this
    $ cat Mod.pm
    print "unsafe?\n";
    ...
    
    $ perl -T -e'@INC = "."; require Mod;'
    unsafe?