in reply to use the cut function in a script

Sounds like:
my @numbers = map {/([0-9]+)/} @original_array;
will do the trick.