Help for this page

Select Code to Download


  1. or download this
    my $my_header = $header;
    $my_header =~ s/system/$system/;
    $ssh->expect ( $timeout,
    
  2. or download this
    my $my_header = $header;
    $my_header =~ s/system/$system/;
    $ssh->print_log_file($my_header); # This line needs to added here <<<<
    +<<<
    $ssh->expect ( $timeout,