Help for this page
Select Code to Download
Select
or
download this
# sorta like my $self = new OO( $cat ); ... say $self->species(); }
Select
or
download this
( my $self = new OO( $dog ) ) if $ARGV[0] eq 'Fido';