Trying to use Net::FTP with MacPerl. At this point my program simply looks like this: #!/usr/local/bin/perl -w use Net::FTP; print "That's all folks!\n"; When run, I get the error messages list below. I'm using the release right off the CD from MacPerl Power and Ease and there is a FTP.pm file in the lib/Net folder. What do I not know? Thanks! Andrew Robinson # Ambiguous use of {index} resolved to {"index"}. File 'SuperMacú HD:Developer:MacPerl :lib:Mac:InternetConfig.pm'; Line 501 # Ambiguous use of {index} resolved to {"index"}. File 'SuperMacú HD:Developer:MacPerl :lib:Mac:InternetConfig.pm'; Line 503 # Ambiguous use of {index} resolved to {"index"}. File 'SuperMacú HD:Developer:MacPerl :lib:Mac:InternetConfig.pm'; Line 509 # Use of uninitialized value. File 'SuperMacú HD:Developer:MacPerl :lib:Mac:Types.pm'; Line 68 # Use of uninitialized value. File 'SuperMacú HD:Developer:MacPerl :lib:Mac:Types.pm'; Line 68 # Use of uninitialized value. File 'SuperMacú HD:Developer:MacPerl :lib:Mac:Types.pm'; Line 68 # Use of uninitialized value. File 'SuperMacú HD:Developer:MacPerl :lib:Mac:Types.pm'; Line 68 # Use of uninitialized value. File 'SuperMacú HD:Developer:MacPerl :lib:Mac:Types.pm'; Line 56 That's all folks! # Use of uninitialized value during global destruction. ===== Want to unsubscribe from this list? ===== Send mail with body "unsubscribe" to macperl-request@macperl.org