Help for this page

Select Code to Download


  1. or download this
    #!C:\perl\bin\perl -w
    # Script: form1test.pl works with form1test.html
    ...
    $value = param('yourname');
    print "content-type: text/html\n\n";
    print "The name you entered is $value";
    
  2. or download this
    #!C:\perl\bin\perl -w
    # Script: form1test.pl works with form1test.html
    ...
    #$value = param('yourname');
    print "content-type: text/html\n\n";
    print "Your Name will display here";