Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: SQL script processor and executor

by hbm (Hermit)
on Jul 27, 2012 at 13:38 UTC ( [id://984030]=note: print w/replies, xml ) Need Help??

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;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://984030]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (7)
As of 2024-04-19 09:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found