- or download this
Software error:
Can't use string ("wheel") as a HASH ref while "strict refs" in use at
+ /usr/local/share/perl/5.8.7/DBIx/UserDB.pm line 410.
- or download this
New UserDB object created.
The $session ID is:
...
ref of group = ref(HASH(0x84fecac))
ref of groupname = ref(wheel)
[Thu Feb 2 22:29:32 2006] test-auth5.cgi: Can't use string ("wheel")
+as a HASH ref while "strict refs" in use at /usr/local/share/perl/5.8
+.7/DBIx/UserDB.pm line 410.
- or download this
&GroupCreate($userdb,\%group);
- or download this
sub GroupCreate() {
my($userdb,%group) = @_;
...
}
return $status;
} # END GroupCreate
- or download this
sub group_create {
my ( $self, $group ) = @_;
...
return $group;
}