in reply to
Problem with Hash when Using Strict
You are putting two different kinds of data into %hash. See line
44 $hash{site} = $ftp_siebel_dns;
[download]
This
is
a string and not a hash reference. Probably this line is left-over from earlier testing?
Comment on
Re: Problem with Hash when Using Strict
Download
Code
In Section
Seekers of Perl Wisdom