Help for this page

Select Code to Download


  1. or download this
        if ($shpath) {    
          #print SH "chmod 700 $shpath/shell_$ts.sh\n";
    ...
                     qq[plink -batch -pw "${passwd}" ${user}\@${server} -m
    + "${sh}" >> "${output}" 2>${outerr}\n];
        } else {
          ...
    
  2. or download this
          #if ($sqlline =~ /^=/) {        # Convert the output to record v
    +iew if prefixed by =
          #  $sqlline =~ s/^=//;          # trim off the =
          if ($sqlline =~ s/^=//) {       # trim off '=' and convert recor
    +d view if prefixed by =
            $rsql = 1;
          }
    
  3. or download this
        #$server   =~ s/\s+.*//;
        #$user     =~ s/\s+.*//;
    ...
        #$dbpasswd =~ s/\s+.*//;
        #$shpath   =~ s/\s+.*// if $shpath;
        map{$_ && s/\s.*//} $server,$user,$passwd,$dbconn,$dbuser,$dbpassw
    +d,$shpath;