sub onTick { our $x; # Initialize and associate $x with some external value foreach (@kabluther) { $_->getSkookiness( \$x ); } return $x; }