- or download this
package SubscriberList;
use strict;
...
}
1;
- or download this
# test.pl
use SubscriberList;
...
last_name => 'Binks',
);
- or download this
use Data::Dumper;
use DB_File;
tie %hash, 'DB_File', 'test.db';
...
############
Ouput
$VAR1 = {};