Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
(My misunderstanding probably has a lot to do with my lack of understanding/aversion to oo programming) I have $ADMIN_GROUP set to "administrators" and when I look in the database, the group is set to "administrators". I have put in debug statements, but don't know how to handle debugging using match_group. I searched the user_manage program, but there is only 1 occurrence of match_group. Any help or links would be great! Thanks, Danielif ($ADMIN_GROUP && $db->match_group(-user => $user, -group => $ADMIN_GROUP)) { do_administration($db); exit 0; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(Ovid) Re: cgi unknown function - match_group
by Ovid (Cardinal) on Nov 02, 2001 at 22:24 UTC | |
by Anonymous Monk on Nov 02, 2001 at 23:24 UTC | |
by Anonymous Monk on Nov 07, 2001 at 04:00 UTC |