http://qs1969.pair.com?node_id=782086


in reply to Parsing a Hash

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

Replies are listed 'Best First'.
Re^2: Parsing a Hash
by northwestdev (Acolyte) on Jul 21, 2009 at 21:39 UTC
    Good catch, but no, it's not the misspell (it's not a misspell if it's propagated throughout the code :-)). I am using strict and warning.