in reply to
Overriding Concepts in Perl.
You can override concepts like this:
use override qw(concept1 concept2 ...);
[download]
Dave.
Comment on
Re: Overriding Concepts in Perl.
Download
Code
In Section
Seekers of Perl Wisdom