Hi, What's difference between these 2 statements: $uid = *REAL_USER_ID --> Getting a wrong value and $uid = $REAL_USER_ID --> Getting the correct value.
AFAIK the first statement assigns all type glob values to $uid. Am I right? Am I missing something here?
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>