- or download this
# Doggie.pm
package Doggie;
...
# ignore args
print "hello from Doggie::new\n";
}
- or download this
use strict;
use warnings;
...
# my $objref3 = Doggie->new(Tail => 'short', Ears => 'long');
__END__
- or download this
hello from Doggie::new
hello from Doggie::new