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

variables:	# nothing needed
	$a	# just a dummy

