Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

'tie' in a module, but having trouble fetching

by hiseldl (Priest)
on May 28, 2003 at 04:13 UTC ( [id://261205]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package SubscriberList;
    
    use strict;
    ...
      }
    1;
    
  2. or download this
    # test.pl
    use SubscriberList;
    
    ...
                  last_name  => 'Binks',
                   );
    
  3. or download this
    use Data::Dumper;
    use DB_File;
    tie %hash, 'DB_File', 'test.db';
    ...
    ############
    Ouput
    $VAR1 = {};
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-25 19:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found