Oh, and my wiki:<div><br></div><div><a href="http://search.cpan.org/dist/Yukki/">http://search.cpan.org/dist/Yukki/</a><br><br><div class="gmail_quote">On Mon, Mar 28, 2011 at 4:39 PM, Sterling Hanenkamp <span dir="ltr"><<a href="mailto:sterling@hanenkamp.com">sterling@hanenkamp.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><div class="gmail_quote">2011/3/28 Dan Linder <span dir="ltr"><<a href="mailto:dan@linder.org" target="_blank">dan@linder.org</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>Unfortunately, I'm still old-school CGI with external processes, and an OO newb, so I couldn't really wrap my head around the tutorials that the Catalyst team put together (<a href="http://search.cpan.org/~zarquon/Catalyst-Manual-5.8005/lib/Catalyst/Manual/Tutorial.pod" target="_blank">http://search.cpan.org/~zarquon/Catalyst-Manual-5.8005/lib/Catalyst/Manual/Tutorial.pod</a>).</div>



<div><br></div></blockquote></div><div><br></div></div><div>You might prefer to take a look at just bolting on to PSGI and Plack, then. They give CGI a much needed face lift.</div><div><br></div><div><a href="http://search.cpan.org/dist/PSGI/PSGI.pod" target="_blank">http://search.cpan.org/dist/PSGI/PSGI.pod</a></div>

<div><a href="http://search.cpan.org/dist/Plack/lib/Plack.pm" target="_blank">http://search.cpan.org/dist/Plack/lib/Plack.pm</a></div><div><br></div><div>For example, the PSGI Hello World app is:</div><div><br></div><div>
my $app = sub { [ 200, [ 'Content-type' => 'text/plain ], [ 'Hello World!' ] ] };</div>
<div><br></div><div>I've just implemented a git-based wiki for myself building a framework for myself using Plack and Path::Router. </div><div><br></div><div>For myself, I tend to think of Catalyst at doing too much that I don't usually use (chained dispatch), but not really providing enough (model and view agnostic) to justify using it. That's not to say it's a bad framework, just not my preference.</div>

<br><font color="#888888">-- <br>Andrew Sterling Hanenkamp<br><a href="mailto:sterling@hanenkamp.com" target="_blank">sterling@hanenkamp.com</a><br>785.370.4454<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Andrew Sterling Hanenkamp<br><a href="mailto:sterling@hanenkamp.com">sterling@hanenkamp.com</a><br>785.370.4454<br>
</div>