in reply to 'use base' issue

See the docs for base. It's used for setting the @ISA variable at the same time as loading a module. It would be very rare to find a use for it outside of OO code.

--
<http://dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg

Replies are listed 'Best First'.
Re^2: 'use base' issue
by gargle (Chaplain) on Mar 09, 2006 at 10:25 UTC

    Depending even on the kind of OO you're doing. If using the Object::InsideOut CPAN module you actually don't have to do a 'use base'!

    --
    if ( 1 ) { $postman->ring() for (1..2); }