Help for this page

Select Code to Download


  1. or download this
    @matrices = qw(user_group user_realm group_realm
            realm_template template_subsite realm_subsite);
    
  2. or download this
    sub IsMatrix
    {
    ...
    
            return $cache->{"${child}_$parent"};
    }
    
  3. or download this
    grep /^${child}_$parent$/, @matrices;