<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks Matt! I'll check that out.<br>
<br>
-DeAndr&eacute;<br>
<br>
Matthew Beldyk wrote:
<blockquote
 cite="mid:AANLkTinLE_8WLN=8inkWjEaLt2sKaoGiv9kjHqZnOBuM@mail.gmail.com"
 type="cite">
  <pre wrap="">Hi DeAndr&eacute;,

I'm not sure if this is specifically what you are looking for, but
there is a website that documents a number of design patterns for
Perl: <a class="moz-txt-link-freetext" href="http://perldesignpatterns.com/?PerlDesignPatterns">http://perldesignpatterns.com/?PerlDesignPatterns</a> It seems to be
more cookbook than the gang of four book (and some sections are just
stubs,) but it is interesting to browse to see how other people have
approached a problem.

Specifically, you might be interested in
<a class="moz-txt-link-freetext" href="http://perldesignpatterns.com/?WebAuthentication">http://perldesignpatterns.com/?WebAuthentication</a> or could use that as
a starting point to do the authorization you want without using a
large framework.

Best regards,
-Matt

On Fri, Aug 13, 2010 at 9:53 AM, DeAndre Carroll
<a class="moz-txt-link-rfc2396E" href="mailto:deandre@deandrecarroll.com">&lt;deandre@deandrecarroll.com&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi Boulder Perl Mongers,

Can anyone recommend a good resource for enterprise design patterns in Perl?
I'm engineering a system using a/an MVC architecture without an established
frame work. Within that I have established a data access layer and a
business logic layer. I'm looking for a good architectural pattern that
allows for authorization on the execution of each business process by a
user. Is there a better way to do this (still without using a framework such
as Catalyst - don't want the overhead)?

Sincerely,

DeAndr&eacute; Carroll
_______________________________________________
Boulder-pm mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Boulder-pm@pm.org">Boulder-pm@pm.org</a>
<a class="moz-txt-link-freetext" href="http://mail.pm.org/mailman/listinfo/boulder-pm">http://mail.pm.org/mailman/listinfo/boulder-pm</a>

    </pre>
  </blockquote>
  <pre wrap=""><!---->


  </pre>
</blockquote>
<br>
</body>
</html>