in reply to Re: Re: An anomaly with List::Util::reduce and/or eval?
in thread An anomaly with List::Util::reduce and/or eval?

...failing to detect the body of reduce as a LIST context?

But it is in scalar context: try forcing a list contect by prefixing the eval with () = ;-)

Liz