package SomeObject; @ISA = ("AbstractClass"); sub methodOne { print "Doing the real function\n"; }