Hi GrandFather,
I see you are not using the 'usual' way of doing classes. Usually, I use something like this:
package Job; use base 'DBObject'; sub new { my ($class, %params) = @_; ... return $class->SUPER::new(...); }
There's any special reason for not doing this way?
Igor 'izut' Sutton
your code, your rules.
In reply to Re^2: How to share DBI connections between objects?
by izut
in thread How to share DBI connections between objects?
by blahblah
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |