![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re: Parsing a Hashby johngg (Canon) |
on Jul 21, 2009 at 21:25 UTC ( #782086=note: print w/replies, xml ) | Need Help?? |
username => $usename, I don't know if this could be your problem but it looks like $usename might be a typo for $username. If you are not already doing so, put use strict; and use warnings; at the top of your scripts. They can help catch typos such as the above line might be. I hope this is helpful. Cheers, JohnGG
In Section
Seekers of Perl Wisdom
|
|