Help for this page

Select Code to Download


  1. or download this
    ...
    my $ftp = Net::FTP->new($hostname, Debug => 1, Passive => 1);
    ...
    $ftp->cwd($directory);
    my $ref= $ftp->ls();
    die Dumper($ref);
    
  2. or download this
    Can't use an undefined value as a symbol reference at /usr/lib/perl5/5
    +.8.8/Net/FTP/dataconn.pm line 53.
    
  3. or download this
    $VAR1 = undef;