Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: PM Login Problems

by Zecho (Hermit)
on Oct 22, 2001 at 09:31 UTC ( [id://120436]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ($query->param('safe_mode') eq 'true') {
         $$VARS{nodelets_off} = 1;
    ...
         $$VARS{nodelets_off} = 0;
    }
    
  2. or download this
            $query->checkbox("expires", "", "+10y", "save me a permanent c
    +ookie, cowboy!").                
            $query->submit("submit", "submit")
    
  3. or download this
            $query->checkbox("expires", "", "+10y", "save me a permanent c
    +ookie, cowboy!")."<br>".     
                    $query->checkbox("safe_mode", "", "true" ,"Nodelets Of
    +f.")."<br>". 
                    
            $query->submit("submit", "submit")
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-19 04:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found