Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    print "Content-Type: text/html\n\n";
    print "$_\n" for @files;
    print "done\n";
    
  2. or download this
    Net::FTP: Net::FTP(2.61)
    Net::FTP:   Exporter(5.562)
    ...
    done
    Net::FTP=GLOB(0x81177a8)>>> QUIT
    Net::FTP=GLOB(0x81177a8)<<< 221 Goodbye.
    
  3. or download this
    Net::FTP: Net::FTP(2.61)
    Net::FTP:   Exporter(5.562)
    ...
    could not do ls at ftp.pl line 9.
    Net::FTP=GLOB(0x8286474)>>> QUIT
    Net::FTP=GLOB(0x8286474)<<< 221 Goodbye.