Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^5: Can I from within a module access variables from the calling program?

by choroba (Cardinal)
on Oct 25, 2012 at 13:33 UTC ( [id://1000869]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Can I from within a module access variables from the calling program?
in thread Can I from within a module access variables from the calling program?

The BEGIN must precede the use.
لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ

Replies are listed 'Best First'.
Re^6: Can I from within a module access variables from the calling program?
by HJO (Acolyte) on Oct 25, 2012 at 13:40 UTC

    Oh yeah, that sounds obvious now that you said it ^^"

    I'm getting an error (hopefully the last one)...

    Variable "$log_name" is not imported at ./script.pl line 53. Global symbol "$log_name" requires explicit package name at ./script.p +l line 53.
      OK:
      1. Declare the variable with our.
      2. In BEGIN, set its value.
      3. use the module.
      لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ

        And it's perfect !

        Thanks a lot choroba :)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-26 09:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found