Since both do_something and do_more appear to be methods, since they both take $self as their first argument, then you probably should always call them as such.
sub do_more { my $self = shift; return $self->do_something('example'); }
In reply to Re: Calling module function from within a blessed module
by haukex
in thread Calling module function from within a blessed module
by Bod
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |