in reply to
Net::FTP troubles
Instead of: foreach $key(%Servers){ It should be: foreach $key(keys %Servers){
Comment on
Re: Net::FTP troubles
In Section
Seekers of Perl Wisdom