in reply to Array problem
my %answers ; for ( @array ) { /::([\S]+)[^:]*:(.*)/ and $answers{$1} = $2 ; } [download]