http://www.perlmonks.org?node_id=453839


in reply to Re^4: RFC: Junction.pm
in thread RFC: Junction.pm

What does the dereferencing @{} overloading do in your code? I can't see where it's being used.

I think it'd be very nice to be able to do

if ( all(@foo) ) {...}
and have is evaluate the arguments for 'truth'. So I'll be adding that when I get a chance.

I don't think I'll be adding stringification overloading. I can't really explain why, but I really don't like print any(@foo) printing a random element.