Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -Tw
    use strict;
    ...
                    end_form(),
                    end_html();
    }
    
  2. or download this
    $VAR1 = {
              'Content-Type' => 'application/octet-stream',
              'Content-Disposition' => 'form-data; name="f"; filename="win
    +.ini"'
            };
    
  3. or download this
    $VAR1 = {
              'Content-Type' => 'application/octet-stream',
              'Content-Disposition' => 'form-data; name="f"; filename="C:\
    +\WINNT\\win.ini"'
            };
    
  4. or download this
    #!/usr/bin/perl -Tw
    use strict;
    ...
                    '</form></body></html>';
    
    }
    
  5. or download this
    -----------------------------114782935826962
    Content-Disposition: form-data; name="f"; filename="win.ini"
    Content-Type: application/octet-stream
    
    # file content here
    
  6. or download this
    -----------------------------7d936e1f40214
    Content-Disposition: form-data; name="f"; filename="C:\WINNT\win.ini"
    Content-Type: application/octet-stream
    
    # file content here