develooper Front page | perl.perl5.porters | Postings from January 2008

a warning I'd like to see

Thread Next
From:
David Nicol
Date:
January 24, 2008 15:45
Subject:
a warning I'd like to see
Message ID:
934f64a20801241545u724d18cfpba26009ea54e34af@mail.gmail.com
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


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About