On Fri, Jun 3, 2011 at 3:36 PM, David Nicol <davidni...@gmail.com> wrote:
>
>
> =pod
>
> if you've got enough control over the flow of control to have the code below
> work safely, you probably don't need it
>
> =cut
>
> sub Super_do($){
>    if (ref $_[0]){
>         $_[0]->execute();
>    }else{
>         $dbh->do($_[0]);
>    }
> };
>

so it looks like yes! I got sidetracked after I asked that message.
I'm guessing this is in the DBI code? Thanks for the pointer.


-- 
Jeff Macdonald
Ayer, MA

Reply via email to