> > $allowed = $username eq 'admin' ? 1 : 0; > > > > $allowed = 1 if $username eq 'admin'; > > FWIW, that statement by itself has no relationship to mod_perl.
Well, I think the point is that mod_perl doesn't reset the value of variables between runs so the second line may not do what the programmer intended in a mod perl environment. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
