http://www.perlmonks.org?node_id=26537


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

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?