in reply to A little bit of help with hashes... (once again :) )

I think you want to generate the hashref from the %Login hash.
for my $key (keys %Login) { next if $key eq 'URL'; $fields->{$key'} = $Login{$key}; }
Ta-da!

-- Kirby, WhitePages.com