in reply to Invalid value for shared scalar
$nicks{$session->{ID}} = $session->{PLAYER}->get('nickname') unless $session->{PLAYER}->anonymus;
Does it have anything to do with the fact that "anonymus" is misspelled, and should be spelled "anonymous"?
Actually, as I look at it, I doubt that's contributing to the specific problem you're reporting, but once you solve the primary problem, you might find that the misspelling also needs to be addressed before everything runs as it should. ;)
Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Invalid value for shared scalar
by thcsoft (Monk) on Apr 30, 2005 at 04:09 UTC |