in reply to Re: Testing a number for oddness
in thread Testing a number for oddness
# 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)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Testing a number for oddness
by chipmunk (Parson) on Jan 23, 2001 at 09:40 UTC | |
|
Re: Re: Re: Testing a number for oddness
by runrig (Abbot) on Jan 23, 2001 at 08:35 UTC |