Gossamer Forum
Home : Products : DBMan : Discussions :

"Use of uninitialized value" Error!

Quote Reply
"Use of uninitialized value" Error!
This is the problem I am having:
Once I log in, at the top of the main menu page I get the following error message: "Use of uninitialized value at auth.pl line 69"
That line corresponds to:
foreach (0 .. 3) { $permissions[$_] = int($permissions[$_]); }
In the auth.pl script.
FYI: I am using CGI-Wraps but I don't think that has anything to do with the Problem.
Could anyone help me?

Subject Author Views Date
Thread "Use of uninitialized value" Error! sergiob 2808 Jul 9, 2001, 12:44 PM
Post Re: "Use of uninitialized value" Error!
LoisC 2720 Jul 10, 2001, 11:43 PM