Subject: | read in files with special seperators |
Hadn't seen any response to my post under the old ticket (http://rt.cpan.org/NoAuth/Bug.html?id=14918), so I figured I'd move it to a new one.
From: steven@knowmad.com
Show quoted text
> Done. The next release will offer an option to control the default
> separator:
>
> use Config::Std { def_sep => '=' };
>
> Thanks for the suggestion.
>
> Damian
>
To me it looks like you could then set the default seperator to anything
you wanted... like say '-' or even '=>'. Would Config::Std read in files
with special seperators if you set the seperator in the def_sep option?
If not, then I would like to add that to the wishlist. :)
Thnx for the great package.
~Steven