Help for this page

Select Code to Download


  1. or download this
    my $logFile = IO::File->new("$someFile", 'w');
    
    my $cmd = $rsh $host -l $id \"$command >> $logFile\" ";
    
  2. or download this
    my $cmd = $rsh $host -l $id \"$command\" >> $logFile";