Scott R. Godin wrote: > Jeff Westman wrote: > > > It's called the ternary operator, and works like this: > > > > $VAL ? $VAL = "$VAL:$expr" : $VAL = "$expr"; > > > > couldn't this be written as > > $VAL = $VAL ? "$VAL:$expr" : $expr;
Exactly Scott. See my post in this thread. Rob -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]