Help for this page

Select Code to Download


  1. or download this
    CPAN: Net::FTP loaded ok
    Fetching with Net::FTP:
      ftp://ftp.perl.org/authors/01mailrc.txt.gz
    Couldn't cwd authors at /usr/local/lib/perl5/5.8.7/CPAN.pm line 2260
    
  2. or download this
    ======code starts=============
     unless ( $ftp->cwd($dir) ){
    ...
        return;
      }
    =======code ends==============
    
  3. or download this
    print `pwd`;