Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^3: how to read conf file in perl script

by ph0enix (Friar)
on Oct 20, 2009 at 08:15 UTC ( [id://802163]=note: print w/replies, xml ) Need Help??


in reply to Re^2: how to read conf file in perl script
in thread how to read conf file in perl script

Cange your config file to a module - eg.
package MyApp::Config; our $a = 1000; our $b = "test"; our $c = 2000; our $d = "test2"; 1;
Then you can load it with use MyApp::Config; and access variables in following way $MyApp::Config::c.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-18 18:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found