in reply to Better expression for $x = !!$y||0
$x = int !!$y; [download]
-- Randal L. Schwartz, Perl hacker Be sure to read my standard disclaimer if this is a reply.