monkfan has asked for the wisdom of the Perl Monks concerning the following question:
And I would like to use that variable for my "main.pl" file.use strict; #File name: mydata.pl my $res = { # a very big hash reference # created with Data::Dumper # with a very long processing time };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Calling a Variable from another file
by tlm (Prior) on Jun 22, 2005 at 13:47 UTC | |
|
Re: Calling a Variable from another file
by davidrw (Prior) on Jun 22, 2005 at 13:43 UTC | |
|
Re: Calling a Variable from another file
by halley (Prior) on Jun 22, 2005 at 13:44 UTC |