<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: CGI::Application::Dispatch, optional paramters and optional runmodes</title>
	<atom:link href="http://blog.afoolishmanifesto.com/archives/66/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.afoolishmanifesto.com/archives/66</link>
	<description>fREWdiculous!</description>
	<lastBuildDate>Mon, 16 Jan 2012 12:16:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Gordon Van Amburg</title>
		<link>http://blog.afoolishmanifesto.com/archives/66/comment-page-1#comment-184</link>
		<dc:creator>Gordon Van Amburg</dc:creator>
		<pubDate>Fri, 12 Jun 2009 13:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.afoolishmanifesto.com/archives/66#comment-184</guid>
		<description>Glad to see posts about CGI::App - thanks fRew. 

A couple other things you can do in your Dispatch subclass are to create named paths and a default in a user supplied path is not found. For instance:

In the table array:

&#039;login&#039; =&gt; {prefix=&gt; &#039;ACD&#039;, app =&gt; &#039;User&#039;, rm=&gt;&#039;login&#039;},

You can supply a key in the returned hash to provide that named path  as a default:

default =&gt; &#039;login&#039;,</description>
		<content:encoded><![CDATA[<p>Glad to see posts about CGI::App &#8211; thanks fRew. </p>
<p>A couple other things you can do in your Dispatch subclass are to create named paths and a default in a user supplied path is not found. For instance:</p>
<p>In the table array:</p>
<p>&#8216;login&#8217; =&gt; {prefix=&gt; &#8216;ACD&#8217;, app =&gt; &#8216;User&#8217;, rm=&gt;&#8217;login&#8217;},</p>
<p>You can supply a key in the returned hash to provide that named path  as a default:</p>
<p>default =&gt; &#8216;login&#8217;,</p>
]]></content:encoded>
	</item>
</channel>
</rss>

