Help for this page

Select Code to Download


  1. or download this
        $ftp->cwd("/pub")
                 or die "Cannot change working directory ",
                    $ftp->message;
    
  2. or download this
        @lines = $t->cmd("who");
    
  3. or download this
        @lines = $t->cmd('who; echo status=$?');