Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    print "item> $_\n" for @{ $a };
    
    untie @{ $a };
    
  2. or download this
    sub db_ref {
        my $type = shift() || "HASH"; # "HASH"  = DB_HASH
    ...
    
        return $db_ref;
    }