- or download this
#!/usr/bin/perl
use strict;
...
my %hash = @pairs;
print Dumper \%hash;
- or download this
$VAR1 = {
'939' => 'NA',
...
'988' => 'NA',
'923' => 'PO'
};
- or download this
Odd number of elements in hash assignment at test_2.pl line 20.
$VAR1 = {
...
'5.3.0' => '956',
'Textmessage' => '904'
};
- or download this
$VAR1 = [
'902 M',
...
'638',
'NA'
];