Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: CGI inconsistencies

by DrManhattan (Chaplain)
on Apr 07, 2003 at 10:59 UTC ( [id://248557]=note: print w/replies, xml ) Need Help??


in reply to CGI inconsistencies

Are you declaring a lexically scoped variable at the top of your script and then printing it out in a subroutine? E.g.
my $date = localtime(); &print_date(); sub print_date { print "$date\n"; }

If the server you're on runs mod_perl, this could cause the symptoms you describe.

-Matt

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-25 18:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found