Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^3: Issues trying to pass variable to SOAP::Lite

by Anonymous Monk
on Apr 30, 2008 at 04:23 UTC ( [id://683611]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Issues trying to pass variable to SOAP::Lite
in thread Issues trying to pass variable to SOAP::Lite

perldoc -f use
perldoc -f import

Replies are listed 'Best First'.
Re^4: Issues trying to pass variable to SOAP::Lite
by Anonymous Monk on May 01, 2008 at 16:22 UTC
    I'm guessing 'use' and 'import' operate the same as BEGIN in a persistent environment, they only get ran once per compile, is this correct? The problem being that BEGIN works great the first time the app is compiled, but with speedycgi(PerPerl) the program is only compiled once for multiple runs, so I cannot redefine that variable after the first run.
Re^4: Issues trying to pass variable to SOAP::Lite
by ayapejian (Novice) on May 01, 2008 at 16:58 UTC
    I'm guessing 'use' and 'import' operate the same as BEGIN in a persistent environment, they only get ran once per compile, is this correct? The problem being that BEGIN works great the first time the app is compiled, but with speedycgi(PerPerl) the program is only compiled once for multiple runs, so I cannot redefine that variable after the first run.
      import is a method, use it?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (8)
As of 2024-03-28 10:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found