
make ftp on perl script with windows 95/NT
: I want make a program to do ftp to the other site on network,
: with perl script and MS-windows 95/NT how to do that ?
Use the Net::FTP module, available from a CPAN site near you.
: PS:I use Perl 5.001 on MS-Windows 95
Don't. Use 5.004 instead, also available from a CPAN site near you (in
Gurusamy Sarathy's directory).