Help for this page

Select Code to Download


  1. or download this
    
    eval {
    ...
    } else {
       print "A-Okay";
    }
    
  2. or download this
    @files = qw( $file1 $file2 $file3 );
    
    ...
       $ftp->put( $_ )
         or die "Cannot put";
    }