in reply to Re: Point me in the right direction with OO inheritance and static variables
in thread Point me in the right direction with OO inheritance and static variables
# ... my $ts = Unicorn->new( name => "Twilight Sparkle" ); $ts->dump; # Note that this dies because of the typo! my $pp = Unicorn->new( naem => "Pinkie Pie" );
I wholeheartedly approve.
|
|---|