Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wT
    
    print "Content-type: text/plain\n\n";
    local $ENV{PATH} = '/usr/local/bin';
    print `my_prog 12345`;