Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Create parallel database handles... (MCE::Loop)

by 1nickt (Canon)
on Apr 11, 2020 at 15:59 UTC ( [id://11115379]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    create table mytable(
        field1 integer,
    ...
        field4 varchar(24),
        field5 varchar(24)
    );
    
  2. or download this
    use strict; use warnings;
    use Data::GUID;
    ...
    }
    
    __END__
    
  3. or download this
    $ perl mce-pg.pl
    wid 4; chnk 3; ins 40; cnt 0
    ...
    wid 2; chnk 97; ins 49; cnt 100
    wid 4; chnk 99; ins 49; cnt 100
    wid 1; chnk 100; ins 49; cnt 100
    
  4. or download this
    wid 2; chnk 4; ins 41; cnt 1
    wid 4; chnk 3; ins 42; cnt 1
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (1)
As of 2024-04-25 01:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found