Help for this page

Select Code to Download


  1. or download this
    sub creatCatalogGroup {
       my ($self, $key) = @_;
    ...
      (exists $self->{$key}) ? return $self->{$key} :
            return Push2PsH($self, $key, CatalogGroup->new());
    }
    
  2. or download this
    my $CatalogGroup = $GroupSystem->creatCatalogGroup('02');