Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Problems with sticky CGI params

by hoonz (Initiate)
on Oct 23, 2001 at 16:48 UTC ( [id://120767]=perlquestion: print w/replies, xml ) Need Help??

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"; 
                }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://120767]
Approved by root
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2024-04-19 21:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found