http://qs321.pair.com?node_id=931510


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