Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Shared DBI handle supporting threads and processes

by marioroy (Prior)
on Apr 13, 2020 at 01:58 UTC ( [id://11115410]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $dbh = MCE::Shared->share({ module => 'DBI', new => 'connect' }, $d
    +sn, $user, $password, $params );
    
  2. or download this
    create table mytable(
        field1 integer,
    ...
        field5 varchar(24)
    );
    
  3. or download this
    use strict;
    use warnings;
    ...
        } 1..1000 ];
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (5)
As of 2024-04-19 15:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found