in reply to
Pattern Matching Hell.
If you don't mind giving up control of your values you can avoid regular expressions by using a simple test case.
if ($value eq "") { $value="whatever"; }
[download]
Comment on
Re: Pattern Matching Hell.
Download
Code
In Section
Seekers of Perl Wisdom