NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Config::Tiny (Score:1)
Or alternatively, cut and past Config::Tiny into your code as Module::Config.
Re: (Score:2)
Re: (Score:1)
s/^\s*//;
s/\s*$//;
Surely you never want to match 0 spaces, so why not use s+? (That's an English ?, not a Perl one).
Re:Config::Tiny (Score:2)
Reply to This
Parent