in reply to Re^15: Config files
in thread Config files

Thanks Jenda, I changed the code accordingly.

Replies are listed 'Best First'.
Re^17: Config files
by sparkel (Acolyte) on Feb 02, 2005 at 00:14 UTC
    Hi Jenda,

    In config::inihash, if I want to write a new parameter into the same file, should I use WriteINI? WriteINI writes a hash of hashes to a file, but for adding a new parameter, I was wondering if there was some other way.

    Thanks.