RosettaCodeData/Task/Inheritance-Single/Perl/inheritance-single-1.pl

4 lines
41 B
Perl

package Animal;
#functions go here...
1;