Config::IniFiles
From: mouse (mouse*CHEESE*_at_calypso.karoo.co.uk)
Date: 02/26/05
- Next message: John: "PDF Creation"
- Previous message: Oliver Fuchs: "Re: Delete an element in an array"
- Next in thread: mouse: "Re: Config::IniFiles"
- Reply: mouse: "Re: Config::IniFiles"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 26 Feb 2005 14:32:41 +0000
Hi.
I'm coming from a VB background and gradually learning my way around
perl. In my VB/VBA apps I made a lot of use of INI files using the
relevant API function calls and was pleased to find Config::IniFiles as
a potential tool to do the same.
In cosy VB world if an INI file doesn't exist then one will be created
when you try to write to it. There doesn't seem to be the same
functionality in C::I.
I think I need to use a combination of;
my $cfg = new Config::IniFiles(...
and
$cfg->SetFileName($INI)
but am struggling to get the right sytax.
Eternal gratitude to anyone who can help out.
Cheers.
Mouse.
-- Remove *CHEESE* to reply.
- Next message: John: "PDF Creation"
- Previous message: Oliver Fuchs: "Re: Delete an element in an array"
- Next in thread: mouse: "Re: Config::IniFiles"
- Reply: mouse: "Re: Config::IniFiles"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]