in reply to Re^8: number array with spacein thread number array with space
if $array[$i] =~ /^\d+$/ { <block of code> } [download]