Help for this page

Select Code to Download


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