* Tom Christiansen <tchrist@perl.com> [2015-04-21T21:07:56] > ... > I want to avoid that and just write > > _ASSERT( length($x) % 2 == 0 ); > > ... > > I will entertain any idea, no matter how crazy. :) Downgrade to perl 5.9.4 and use assertions. https://metacpan.org/pod/assertions -- rjbsThread Previous