in reply to Re: Argument values
in thread Argument values

Not only that, but the variable in the expression directly above it is misspelled (note the lack of an underscore):
... if ( substr($username, 0, 1) eq "0" ) ...
Please, use strict from now on!

ar0n ]

Replies are listed 'Best First'.
Re: (ar0n) Re (2): Argument values
by matrix_man (Initiate) on Jul 23, 2001 at 23:21 UTC
    It's fixed guys, i wasnt sure what the em() was doing... thanks... sometimes you just dont see those little things that others see immediately and vice versa.