Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: How to access a hash from another file

by wfsp (Abbot)
on Oct 14, 2011 at 12:40 UTC ( [id://931510]=note: print w/replies, xml ) Need Help??


in reply to How to access a hash from another file

Use our instead of my as JavaFan suggests. You could also consider do
my %hash = do q{path/parameter.pl};
to read it into your script.

Replies are listed 'Best First'.
Re^2: How to access a hash from another file
by vagabonding electron (Curate) on Oct 14, 2011 at 12:49 UTC
    Thank you very much wfsp, it works this way!
    VE

Log In?
Username:
Password:

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

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

    No recent polls found