Help for this page

Select Code to Download


  1. or download this
     eval $cmd
    
  2. or download this
    "Perl Command Line Interpreter has encountered a problem and needs to 
    +close"
    
  3. or download this
    foreach (@commands) {
       $cmd = $_;
    ...
          eval $cmd;
       }
    }
    
  4. or download this
    sub Do {
        my ($self, $cmd, $time_out) = @_;
    ...
        $retVal = $self->Pass_Conf_Ind(@lines, $cmd);   
        return wantarray ? ($retVal, $result) : $retVal;
    }