Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Shared DBI handle supporting threads and processes

by marioroy (Parson)
on Apr 13, 2020 at 01:58 UTC ( #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? | Other CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2023-03-29 19:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (72 votes). Check out past polls.

    Notices?