in reply to strange args format in module sub
which gives you a $self handle to your db_info instance (the this reference in some other languages). why don't you check out this section in perlobj.sub get_info { my $self = shift; my $ID = shift; # or @_ #whatever.. }
cheers
|
|---|