in reply to Re: DBD::Pg - function declaration and using alias $n
in thread DBD::Pg - function declaration and using alias $n
Those functions might be nicer if they live in their own application specific namespace. Consider this.
$dbh->My::App::poo( 12345 ); package My::App; use DBIx::ProcedureCall qw( poo );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: DBD::Pg - function declaration and using alias $n
by Thilosophy (Curate) on Feb 16, 2005 at 05:45 UTC | |
by diotalevi (Canon) on Feb 17, 2005 at 22:34 UTC |