|
|
| "be consistent" | |
| PerlMonks |
Re^3: Use of uninitialized value in pattern match (m//)by Corion (Pope) |
| on Nov 09, 2012 at 09:53 UTC ( #1003093=note: print w/ replies, xml ) | Need Help?? |
|
If you get that error, looking at perldiag usually tells you where the error comes from. In your case, $response->{'Name'} is not what you think it is. I recommend looking at $response, maybe by using Data::Dumper.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||