Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    close FILE;
    return $db;
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    my $file=shift;
    my $hash_en= DBM::Deep->new( "$file.db" );
    print @{$hash_en->{'despite'}};