- or download this
my @files = ("foo.txt");
- or download this
aaa bbb ccc
000 111 222
- or download this
( "111" => ["sth"],
"bbb" => ["sth"] )
- or download this
use warnings;
use strict;
...
close $fh;
}
- or download this
(
{ "111" => ["sth"], # data from foo.txt
...
{ ... } # data from bar.txt
)