![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
use base qw(Base) (was: Method calling question...)by jplindstrom (Monsignor) |
on May 01, 2001 at 03:04 UTC ( #76804=note: print w/replies, xml ) | Need Help?? |
Second, you can replace @ISA= qw(Base) with use base qw(Base)
This sounds very interesting. Could you point me to a man page about this (or explain a little more about what Perl mechanism that makes it work)? /J
In Section
Seekers of Perl Wisdom
|
|