Help for this page

Select Code to Download


  1. or download this
    $ perl upload5.pl
    Net::FTP>>> Net::FTP(2.77)
    Net::FTP>>>   Exporter(5.63)
    ...
    Use of uninitialized value $@ in concatenation (.) or string at upload
    +5.pl line 12.
    put failed 
    $
    
  2. or download this
     $ cat upload5.pl
    #!/usr/bin/perl -w
    use strict;
    ...
    my @list = $ftp->dir();
    # print "@list \n";
    $