sybperl-l Archive
Up Prev Next
From: salvatore dot sferrazza at ny dot ubs dot com
Subject: Passing a $dbh to a subroutine
Date: Sep 18 1997 2:52PM
Can this be done? Right now in a majority of my applications I write
subs to carry out inserts, updates, selects, etc.. Each one of these
subs opens/keeps its own $dbh that is closed automatically when the
sub exits. In order to avoid the overhead of opening/closing the
connection and re-specifying the connection params each time, can I
just pass the $dbh to the sub and access it that way?
TIA,
Sal
|