Help for this page

Select Code to Download


  1. or download this
    open(STDOUT, ">>$logpath") or die "Cannot redirect STDOUT: $!";
    open(STDERR, ">>$logpath") or die "Cannot redirect STDERR: $!";
    
  2. or download this
    use Net::FTP;
      # lets seperate any URL from the hostname
    ...
       $failedlog.="   Directory: $pwd\n";
       }
      $ftp->quit;