Help for this page

Select Code to Download


  1. or download this
    <?php
    //upload and unzip a package
    ...
    
      } 
    ?>
    
  2. or download this
    #!/usr/bin/perl -w
    print "Content-type: text/plain\n\n";
    ...
    ## Here i can print them...just fine
    print $dir;
    print $zip;