alert me when I give map an arrayref instead of an array $ perl -le 'use warnings; print join "|", map {$_ + 2} [ 1..6 ]' 268504834 this happened to me today, as a function was returning an arrayref and I forgot to wrap it in @{...} before feeding it to map. -- `fortune`Thread Next