header:
	package Dog;
	use Creature;
	@ISA=( "Creature" );

variables:	# nothing needed
	$a	# just a dummy

