# perl -MO=Deparse,-p -we "print 15 & 1" print(1); -e syntax OK # perl -MO=Deparse,-p -we "print 16 & 1" print(0); -e syntax OK
--
$you = new YOU;
honk() if $you->love(perl)
In reply to Re: Re: Testing a number for oddness
by extremely
in thread Testing a number for oddness
by Falkkin
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |