in reply to Re: Global symbol requires explicit package..
in thread Global symbol requires explicit package..

Indeed; the whole thing could be written as:

my $lim = ($sys eq 'linux') ? 'clear' : 'cls';
use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name

Replies are listed 'Best First'.
Re^3: Global symbol requires explicit package..
by choroba (Cardinal) on Jan 22, 2014 at 10:23 UTC