Skip Menu |

This queue is for tickets about the perlsecret CPAN distribution.

Report information
The Basics
Id: 96385
Status: resolved
Priority: 0/
Queue: perlsecret

People
Owner: Nobody in particular
Requestors: djerius [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.008
Fixed in: 1.009



Subject: Documentation addition for Enterprise operation
Hi, It would be useful to note that the Enterprise operator has the unfortunate behavior of evaluating the value, regardless of the state of the condition: e.g: % perl -E '@x = ( say( "foo") ) x!!(0);' foo while the more verbosely written: % perl -E '@x = ( 0 ? say( "foo") : () )' doesn't. Thanks, Diab