Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

using external file for hashes

by r0adawg (Beadle)
on Jun 04, 2013 at 17:49 UTC ( [id://1037020]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     %Real_time = (
         0 => 'No',    1 => 'Yes',
    ...
     %Date_format = (
         0 => 'MM/DD/YY',    1 => 'DD/MM/YY',    2 => 'YY/MM/DD',
     );
    
  2. or download this
       BEGIN {
       no strict 'refs';
       no warnings 'uninitialized';
    ...
       }
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1037020]
Approved by shmem
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: (6)
As of 2024-04-25 22:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found