Help for this page

Select Code to Download


  1. or download this
    my $db_hash = do { no strict 'refs'; \%$DB_name };
    while (($key,$value) = each %$db_hash) {
       print "\tKey   :: $key\n" ;
       print "\tValue :: $value\n" ;
    }
    
  2. or download this
    ...
    my %DBHashLookup = (
    ...
    ...
    while (($key,$value) = each %$DB_hash) {
    ...
    
  3. or download this
    $param_no = scalar @ARGV ;
    #
    ...
       print "\tValue :: $value\n" ;
    }
    #