Help for this page

Select Code to Download


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