Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

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

by Anonymous Monk
on Oct 19, 2009 at 23:58 UTC ( [id://802122]=note: print w/replies, xml ) Need Help??


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

even worse news, that file is not valid perl, so that won't work.
  • Comment on Re^2: how to read conf file in perl script

Replies are listed 'Best First'.
Re^3: how to read conf file in perl script
by ph0enix (Friar) on Oct 20, 2009 at 08:15 UTC
    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://802122]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-04-26 07:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found