Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Apache Modules

by larryl (Monk)
on Mar 13, 2001 at 00:21 UTC ( [id://63939]=note: print w/replies, xml ) Need Help??


in reply to Apache Modules

The code outside your handler ( my $query = new CGI()) will get executed at server startup. Only code inside your handler gets executed on each request. Try moving that line inside your handler and see what happens.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-19 07:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found