- or download this
sub BackAndForth {
my ($filename) = @_;
...
my %ExternalHash = &BackAndForth('filename.csv');
%ExternalHash = &BackAndForth('filename2.csv');
- or download this
%ALLDATA = (
'key1' => HASH(0x9021f6c)
...
0 value1
1 value2
- or download this
%thisDataset = (
'' => HASH(0x876f324)
'key2' => HASH(0x9029220)
empty hash)
- or download this
return(\%ALLDATA)
%external = (yadda yadda)
or
$external = (blah ...