in reply to Re^2: DBD::Pg - function declaration and using alias $n
in thread DBD::Pg - function declaration and using alias $n
The code you gave above should work, actually. Thanks for pointing out the interesting syntax.
I had no idea this works (calling an object with a fully qualified "method" name). I am going to mention this pattern in the module's docs.$dbh->My::App::poo( 12345 );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: DBD::Pg - function declaration and using alias $n
by diotalevi (Canon) on Feb 17, 2005 at 22:34 UTC |