# Wert vorne anfügen: unshift @store, $value; # Wert hinten rauswerfen, falls Array zu lang: pop @store if (@store > $max_count);