Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
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 musing on the Monastery: (4)
As of 2024-04-20 00:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found