Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: more fun w/ HASh ref's

by jarich (Curate)
on Nov 27, 2005 at 14:05 UTC ( [id://512022]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -cw yourcode.cgi
    
  2. or download this
    # Generate config hash then...
    use Data::Dumper;
    print Dumper %config;
    
  3. or download this
    # Config_reader.pm
    package Config_reader;
    ...
    my($db)   = $config{db}{db_name     };
    my($user) = $config{db}{db_user     };
    my($pw)   = $config{db}{db_pw       };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-24 23:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found