- or download this
#!/usr/bin/perl
use strict;
...
} read_file($file);
print Dumper (\%record);
- or download this
$VAR1={
'Name' =>John Smith',
...
'RANK' => 'Tier 1',
'URL' => 'http://somesite.com'
};
- or download this
$VAR1= bless( {
'Name' =>John Smith',
...
'RANK' => 'Tier 1',
'URL' => 'http://somesite.com'
}, 'REC' );