in reply to It cant find my methods
At a minimum, follow this format:
sub new { my $class = shift; my $self = ...; bless $self, $class; # returns $self }
-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.
|
|---|