Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    print $cgi->header("text/javascript");
    print "alert('", $cgi->param("value1") || "nothing", "');\n";