Help for this page

Select Code to Download


  1. or download this
    package My::Apache::UserCache;
    use strict;
    ...
    sub get_groups {
      # similar to above
    }
    
  2. or download this
    package My::Apache::UserAuthen;
    use strict;
    ...
      ... return messages based on match/mismatch/etc ...
      return '';
    }