Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re-post: hashes frustration

by cwest (Friar)
on Sep 14, 2000 at 17:38 UTC ( #32453=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $db = tie %database, 'DB_File', "simpleinsert.dat",O_CREAT | O_RDWR
    +, 0666 or die "Cannot initialise database";
    
    ...
                                         '14 road',
                                         '102892',
                                         '34567')->pack();
    
  2. or download this
    my $person = new contacts_db($database{'anthony1'});
    $person->unpack_name();
    
  3. or download this
    $database{'anthony1'}->unpack_name();
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://32453]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2023-12-02 03:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (13 votes). Check out past polls.

    Notices?