Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Why does back-buttoning to a cgi script-output page yield 'Page expired'?

by Zecho (Hermit)
on Aug 24, 2001 at 11:24 UTC ( [id://107637]=note: print w/replies, xml ) Need Help??


in reply to Why does back-buttoning to a cgi script-output page yield 'Page expired'?

I'm still a newbie, but I ran into this yesterday. I wanted to be able to return from a sub that required a variable to be set

if $hidden_string eq "true"{ &dothis; }
To avoid all the problems with hitting the back button, I changed it to this
if (defined($hidden_string)){ $hidden_string = ""; &dothis; }

Originally posted as a Categorized Answer.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-04-26 00:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found