Hi, I get an errormessage that the global symbol ftp requires explicit package name. This is my little script:
#!/usr/bin/perl use strict; use warnings; use Net::FTP; $ftp = NET::FTP->new("<server>"); $ftp->login("<user>","<password>"); $ftp->cwd("/html"); $ftp->get("wir_neu.html"); What have I todo? Regards, Ruprecht Helms Web: http://www.rheyn.de -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/