Help for this page

Select Code to Download


  1. 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.
    
  2. 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.
    
  3. or download this
       &GroupCreate($userdb,\%group);
    
  4. or download this
    sub GroupCreate() {
      my($userdb,%group) = @_;
    ...
      }
      return $status;
    } # END GroupCreate
    
  5. or download this
    sub group_create {
        my ( $self, $group ) = @_;
    ...
    
        return $group;
    }