Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re-post: hashes frustration

by cwest (Friar)
on Sep 14, 2000 at 17:38 UTC ( [id://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 browsing the Monastery: (2)
As of 2024-04-26 06:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found