use parent 'Particle';
...
our @ISA = ( 'Particle', );
I don't understand the point of explicitly assigning to @ISA in the child classes. Isn't parent designed to do this (among other things)? See also base.
In reply to Re: Class confusion when testing using ref()
by AnomalousMonk
in thread Class confusion when testing using ref()
by atcroft
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |