Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^4: storing queries in an array and execute

by kaka_2 (Sexton)
on Nov 25, 2016 at 10:57 UTC ( [id://1176532]=note: print w/replies, xml ) Need Help??


in reply to Re^3: storing queries in an array and execute
in thread storing queries in an array and execute

if i remove Dumper then also it gives error and that i why i thougt to use Dumper.

with DBI, i have Problem with missing Module DBD and that i why i am trying out directly with mysql -e.

  • Comment on Re^4: storing queries in an array and execute

Replies are listed 'Best First'.
Re^5: storing queries in an array and execute
by choroba (Cardinal) on Nov 25, 2016 at 11:35 UTC
    > if i remove Dumper then also it gives error and that i why i thougt to use Dumper.

    It would be helpful to include the error here, too. It seems it was the following one:

    sh: -c: line 0: syntax error near unexpected token `0x20fca70' sh: -c: line 0: `SCALAR(0x20fca70)' sh: -c: line 0: syntax error near unexpected token `0x20fcab8' sh: -c: line 0: `SCALAR(0x20fcab8)'

    You should also remove backslashes from the array assignment. Backslash creates a reference.

    my @QXXXX = ( $Query1, $Query2 );

    ($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,
Re^5: storing queries in an array and execute
by marto (Cardinal) on Nov 25, 2016 at 11:01 UTC

    Are you having problems installing the module? If so what are they?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-04-19 02:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found