Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Help Me Name DBIx::Connector Methods

by ctilmes (Vicar)
on Oct 14, 2009 at 00:17 UTC ( [id://800995]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $obj->run(sub {})
    $obj->run(-txn => 1, sub {});
    ...
    $obj->run(-retry => 1, sub {});
    $obj->run(-txn => 1, -retry => 1, sub {});
    ...
    
  2. or download this
    $obj->runopts(-txn => 1, -retry => 1);
    $obj->run(sub {});
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (8)
As of 2024-04-23 16:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found