Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

dree's scratchpad

by dree (Monsignor)
on Jun 01, 2004 at 19:58 UTC ( [id://358497]=scratchpad: print w/replies, xml ) Need Help??

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) ;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-04-19 11:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found