in reply to Re: Checking for odd/even numberin thread Checking for odd/even number
if ($var%2) { # odd } else { # even } [download]
cLive ;-)