Yes, it should be used
... == 1
without quoting the numbers.
It doesn't really matter:
#!/usr/bin/perl -wl die unless 3 == "3" and 1 != "3" and 2 eq "2" and 3 ne "1" and 5 eq 5 and "6" == "6"; print "OK"; __END__
-zsdc.
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]