Help for this page

Select Code to Download


  1. or download this
    print "<FORM METHOD='post' ACTION='RecieverURL'>";
    print "<INPUT SIZE=20 TYPE='textbox' NAME='name' VALUE=''>";
    ...
    print "<INPUT TYPE='submit' VALUE='submit'>";
    print "</FORM>";
    
  2. or download this
    use vars qw(%in);
    ReadParse();
    ...
    
    print "name = $name";
    print "passwd = $passwd";