Help for this page

Select Code to Download


  1. or download this
    <html>
    <head>
    ...
    </form>
    </body>
    </html>
    
  2. or download this
    #!c:\perl\bin\perl
    print "Content type: text/html \n\n";
    ...
    print OUT $fon, "\n";
    close OUT;
    print "Your fon has been entered";