Help for this page

Select Code to Download


  1. or download this
    use strict;
    use DB_File;
    ...
    
        print "'$key' contains ".$bhandle->get_dup($key)." values\n";
    }
    
  2. or download this
    sub get_dup
    {
    ...
     
        return ($wantarray ? ($flag ? %values : @values) : $counter) ;
    }