in reply to Logical expression evaluation
my $v=1; my $f=int( !($v) ); print "**$f**\n"; [download]
-enlil