in reply to
what's a proper way to code method synonyms
here is one way:
*name = \&get_name;
works the same with methods and subroutines.
Comment on
Re: what's a proper way to code method synonyms
Download
Code
In Section
Seekers of Perl Wisdom