Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^4: Cannot clear cgi param (if it's really what I need to do)

by lepetitalbert (Abbot)
on Jan 31, 2008 at 09:33 UTC ( [id://665310]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print hidden( 'day' , $day );
    
  2. or download this
    print hidden( 'mode' , 'save' , 1 );
    
  3. or download this
    print hidden( -name => 'mode' , -default => 'save' , -override => 1);
    

Log In?
Username:
Password:

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

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

    No recent polls found