Thread 1 oder 3 oder 12 der 44 (16 answers)
Opened by chmod777 at 2010-01-20 21:21

LanX-
 2010-01-20 22:41
#130975 #130975
User since
2008-07-15
1000 Artikel
BenutzerIn

user image
oder CPAN:List::MoreUtils

Quote
Returns a true value if any item in LIST meets the criterion given through BLOCK. Sets $_ for each item in LIST in turn:

print "At least one value undefined"
if any { !defined($_) } @list;

Returns false otherwise, or undef if LIST is empty.
all BLOCK LIST

View full thread 1 oder 3 oder 12 der 44