Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

RE: When is my variable not really mine?

by spudzeppelin (Pilgrim)
on Sep 07, 2000 at 18:57 UTC ( [id://31405]=note: print w/replies, xml ) Need Help??


in reply to When is my variable not really mine?

You wouldn't happen to be using mod_perl, would you? If you're using mod_perl, and not BOTH useing strict; and explicitly declaring a package, you can run into wild namespace collisions within a particular Apache child process.

Spud Zeppelin * spud@spudzeppelin.com

Replies are listed 'Best First'.
RE: RE: When is my variable not really mine?
by Fastolfe (Vicar) on Sep 07, 2000 at 19:22 UTC
    I don't think this is a namespace issue. He's talking about problems with the scoping of his variables. It sounds like everything is local to the same namespace (package).

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-23 13:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found