- or download this
my %result = map {split /\|/} <FILE>;
- or download this
use strict;
use warnings;
...
};
print Data::Dumper->Dumpxs( [ \ %stuff ], [ q{*stuff} ] );
- or download this
[johngg@ovs276 perl]$ cat spw708412.dat
abc|123
...
'abc' => '123'
);
[johngg@ovs276 perl]$