in reply to Splitting inside an array
my @array = grep(!/^$/, split(/\s+|(:=)|([+-\/\\])/, $var)); [download]