in reply to
OO in perl
If you're new to OO, you might also check out my
perlboot manpage
(new in 5.6). It's a gentler introduction than
perltoot
.
--
Randal L. Schwartz, Perl hacker
Comment on
perlboot
Replies are listed 'Best First'.
Re: perlboot
by
meonkeys
(Chaplain)
on Dec 05, 2000 at 03:39 UTC
This is a very good tutorial. Is "use base ModuleA::ModuleB" only available in Perl 5.6?
[reply]
Re: Re: perlboot
by
merlyn
(Sage)
on Dec 05, 2000 at 03:57 UTC
use base
is at least in 5.5.3, since I use it all the time.
--
Randal L. Schwartz, Perl hacker
[reply]
In Section
Seekers of Perl Wisdom