Help for this page

Select Code to Download


  1. or download this
    input type=file name=file
    input type=text name=var1
    
  2. or download this
    #!/usr/bin/perl
    use CGI;
    ...
    print "Passed Variable = $var1<p>";
    print "File name = $file<p>\n";
    exit;