Help for this page

Select Code to Download


  1. or download this
    sub display{
        print <<"EOF";
        <FORM action="forum.pl?quicklog" method="POST">
    ...
        </form>
        EOF
        }
    
  2. or download this
    sub quicklog{
        ....store cookie stuff here....
        ....then I tried the following....
        print "$redirect\n\n"; 
                }