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


in reply to Re^2: Short or Long Hand
in thread Short or Long Hand

It will work without parens as long as $day is a weekday field ranging 0..6
Char class ( [06] ) is another good idea since it is faster then the alteration but you wouldn't determine the speed diff on a single digit.