in reply to
Common sub as method or function
instead of
$self->timestamp()
you could write
Module::Base->timestamp()
. Maybe that feels better? Your choice :-)
Boris
Comment on
Re: Common sub as method or function
Select
or
Download
Code
In Section
Seekers of Perl Wisdom