Help for this page
use warnings; use strict; use Net::FTP; ... $ftp->cwd("/pub/CPAN"); $ftp->get("README.html"); $ftp->close;