Help for this page

Select Code to Download


  1. or download this
    my $x = new CGI;
    my @var = $x->param;
    
  2. or download this
    function submitFormInfo () {
            form.action="http://foo/bar.pl";
            form.submit();
    }