Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Execute query in fork

by manoj_speed (Prior)
on Apr 06, 2009 at 05:57 UTC ( [id://755641]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    wait();
    my $result = "insert into $TABLE_NAME(method) values('Parent Success')
    +;";
    my $STH = $DBH->do("$result");
    
  2. or download this
    DBD::Pg::db do failed: server closed the connection unexpectedly
            This probably means the server terminated abnormally
            before or while processing the request.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (11)
As of 2024-03-28 09:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found