Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

DBI, fork, and clone.

by kyle (Abbot)
on Jan 11, 2007 at 15:22 UTC ( [id://594175]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        ($one) = $sth->fetchrow_array;
        is( $one, 1, 'select running before fork still works' );
    }
    
  2. or download this
    # Save existing handler.
    my $saved_warn_handler = $SIG{__WARN__};
    ...
    
    # Restore saved handler.
    $SIG{__WARN__} = $saved_warn_handler;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://594175]
Approved by Corion
Front-paged by Old_Gray_Bear
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-19 21:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found