I'm writing a script to FTP files to my unix box. At startup of my script I get the following warning messages: # Ambiguous use of {index} resolved to {"index"}. File 'OpsFloorMac:TAA folder:Doug Spore:MacPerl Ä:lib:Mac:InternetConfig.pm'; Line 501 # Ambiguous use of {index} resolved to {"index"}. File 'OpsFloorMac:TAA folder:Doug Spore:MacPerl Ä:lib:Mac:InternetConfig.pm'; Line 503 # Ambiguous use of {index} resolved to {"index"}. File 'OpsFloorMac:TAA folder:Doug Spore:MacPerl Ä:lib:Mac:InternetConfig.pm'; Line 509 # Use of uninitialized value. File 'OpsFloorMac:TAA folder:Doug Spore:MacPerl Ä:lib:Mac:Types.pm'; Line 68 # Use of uninitialized value. File 'OpsFloorMac:TAA folder:Doug Spore:MacPerl Ä:lib:Mac:Types.pm'; Line 68 # Use of uninitialized value. File 'OpsFloorMac:TAA folder:Doug Spore:MacPerl Ä:lib:Mac:Types.pm'; Line 68 # Use of uninitialized value. File 'OpsFloorMac:TAA folder:Doug Spore:MacPerl Ä:lib:Mac:Types.pm'; Line 68 # Use of uninitialized value. File 'OpsFloorMac:TAA folder:Doug Spore:MacPerl Ä:lib:Mac:Types.pm'; Line 68 # Use of uninitialized value. File 'OpsFloorMac:TAA folder:Doug Spore:MacPerl Ä:lib:Mac:Types.pm'; Line 56 # Use of uninitialized value. File 'OpsFloorMac:TAA folder:Doug Spore:MacPerl Ä:lib:Mac:Types.pm'; Line 56 I have found that these messages are bound to the statement: use Net::FTP; Which I need to call the Net::FTP module. I have used FTP.pl in the past but want to use this module so I can port it to the unix boxes if I need to. As It stands the script does FTP the files but these messages are driving me nuts. I've looked at InternetConfig.pm but do not see the problem. Any help would be deeply appricated. I'm using Perl 5.1.9r4 on a Power Computing PowerCenter Pro 210 running Mac OS 8.0. Doug ***** Want to unsubscribe from this list? ***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch