> foreach my $item (@items) { > #process each item > } else { > #handle the empty list case > } > > What do you think?
I'm not sure if I like it, but there have been several times that I would've used it recently. I think it would certainly have utility. Paul