What's the output of
sub new { my ($class) = @_; my $self = new <module-name>; use Devel::Peek; # insert this Dump $class; # into your program bless $self, $class; return $self; }
In reply to Re: Invoking bless triggers "Can't resolve method ..." error
by Anonymous Monk
in thread Invoking bless triggers "Can't resolve method ..." error
by turkanis
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |