in reply to Re: 'use base' issue
in thread 'use base' issue

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); }