> How do you mean?

concider:
if ('a' == 'b') { print "foo" } # this will print 'foo', seeing 'a' and 'b' both yield 
'1' in numeric
context here.

however

$x = 'a';
print $x + 4;

will print '4';

Jos Boumans


> Converting 'a' to a number gives 0.
>
> --
> Paul Johnson - [EMAIL PROTECTED]
> http://www.pjcj.net

Reply via email to