Logon script generation problem

Giulio Orsero giulioo at tiscalinet.it
Tue Oct 19 15:04:40 GMT 1999


On Wed, 20 Oct 1999 00:05:56 +1000, hai scritto:


>Like I said, its got to be some sort of text/numeric thing, in the way
>that perl treats strings.  Am I using the wrong conditional statement -
>does "if" only operate on scalars?

== is for numeric comparisons
eq for char.

"abc" == "def" is true because both of them are made numeric, and both
of them are 0.
Use "eq" in place of "==".

-- 
giulioo at tiscalinet.it


More information about the samba-ntdom mailing list