in reply to
Logical expression evaluation
You could always convert !$v into an integer before you print it. The easy way to do this is:
v=1; $f=0+!($v); print "**$f**\n";
[download]
Comment on
Re: Logical expression evaluation
Download
Code
In Section
Seekers of Perl Wisdom