in reply to Re^3: Accessing a lexical variable of another file.
in thread Accessing a lexical variable of another file.
Hi,
thanks for the replies.
Not sure I understood, the reference to the db handle is inside my $dbh.
Because the file is a wrapper to the db_handle I do not want to use explicitly dbi->connect(), but I prefer to rely on the file methods to connect & disconnect. I need some additional flexibility too, and for this I would like to exploit the same handle used by the wrapper.
Kind regards,
S. Fox