We have a PERL script we use to FTP files. It has been in use for over 10 years. Recently one of our test UNIX boxes was updated to Perl 5.8.8. Now when the script is executed, it returns an error:
Use of uninitialized value in join or string at
/usr/opt/perl5/lib/5.8.8/IO/Socket/INET.pm line 83
Any idea what might have caused this issue between the 2 Perl versions?