in reply to Using ftplib.pl

Where'd you download ftplib.pl from? I'd use Net::FTP if I were you.

The errors, I am getting on, are at lines 696, 703 , 767, Use of uninitialized value at ftplib.pl

123,124,125,129, Useless use of a variable in void context ...

Those are called "warnings" (perldoc perldiag, perldoc warnings), and they won't stop your program from running.

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.