Help for this page

Select Code to Download


  1. or download this
    <form method=post enctype='multipart/form-data'>
    
  2. or download this
    #Print your ENV variables so you can find your boundary
    foreach $key(keys %ENV){
    print "$key...$ENV{$key}\n";
    }