Help for this page

Select Code to Download


  1. or download this
    failure ( 171): for host ***.***.**.*** trying to POST /cgi-bin/upload
    +.cgi, cgi_scan_headers reports: HTTP4044: the CGI program /cgi-bin/up
    +load.cgi did not produce a valid header (program termindated without 
    +a vaild CGI header.
    
  2. or download this
        my $IN = $upload_path . param('excel') . ".txt";
        exec "chmod 775 $IN";
        
        my $OUT = "master.xml";
        exec "chmod 775 master.xml";
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    }
    
    init();