Dear Perl Monks
I've just wasted a lot of time debugging a Perl script.
Error turned out to be here (simplified)
my %hash = ( 'accents' => 'utf-8', 'accounting' => 'money', 'bank' => 'money'. 'ing' => 'money', 'perls' => 'perl', );
Question - how to detect that mistake 1
and throw an error message programatically?
RCH
In reply to How to validate %hash = ( 'a' => 'b', ...); by RCH
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |