|
|
| Think about Loose Coupling | |
| PerlMonks |
Re: Concatenate to keys in a hash whilst doing substitution on valuesby leocharre (Priest) |
| on Feb 11, 2010 at 21:08 UTC ( #822757=note: print w/ replies, xml ) | Need Help?? |
|
As for the "Use of uninitialized value in substitution.." error.. This is because the string/value/thing you are trying to regex/match into, is not defined.
So, one thing you can do to avoid the error is:
You can run the command 'perldoc -f defined' for more info.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||