Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Re: mod_perl advice required

by OM_Zen (Scribe)
on Feb 25, 2003 at 16:08 UTC ( [id://238466]=note: print w/replies, xml ) Need Help??


in reply to Re: mod_perl advice required
in thread mod_perl advice required

Hi ,

The use strict pragma is important as your program runs through mod-perl as mod-perl behaves negatively if you have variables that are global without scope and as you know use strict will surely not entertain global variables

Replies are listed 'Best First'.
Re: Re: Re: mod_perl advice required
by premchai21 (Curate) on Feb 25, 2003 at 20:22 UTC

    Not quite correct. It will not entertain undeclared global variables. (Or undeclared lexical variables, for that matter, but AFAIK a variable has to be declared to be lexically scoped anyway.)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-03-29 12:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found