in reply to Re: use base 'Foo' or die!
in thread use base 'Foo' or die!
use strict 'refs'; no strict 'refs';
As a (mild) style rule I try not to write use Module qw(foo) when I mean use Module 'foo' but I'm sure I've done it in the past. :-)
--
John.
|
|---|