in reply to Re: functional "given...when..."?in thread functional "given...when..."?
I guess he was hoping that given when would work line if/then:
print do{ if( $_ ){ 'foo' }else{ 'bar' } } for 0,1;; bar foo [download]