Help for this page

Select Code to Download


  1. or download this
        sub find {
            my $object = __PACKAGE__->retrieve_object($id);
            bless $object,$object->type->class
    
  2. or download this
        use Group 'default_group'
    
  3. or download this
    sub import {
        my $default_group = $_[1];
    ...
        no strict 'refs';
        *{$callpkg."::groups"} = \&groups;
        use strict;