Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Reading and *writing* configuration files

by Stegalex (Chaplain)
on Apr 09, 2002 at 12:48 UTC ( [id://157707]=note: print w/replies, xml ) Need Help??


in reply to Reading and *writing* configuration files

Here's some HERESY for you: You can use Config::IniFiles if you want to use Window$-like .ini files. Works well. Check it:
use Config::IniFiles; my $handle = Config::IniFiles->new(-file=>$filename); my $setting = $handle->val ('sectionname','yoursetting') print "I like chicken.\n";

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://157707]
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: (6)
As of 2024-04-16 08:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found