|
|
| There's more than one way to do things | |
| PerlMonks |
Re: Catalyst request handlingby Anonymous Monk |
| on Nov 22, 2005 at 12:09 UTC ( [id://510859]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
Scene 3 does that because default doesn't work that way. If you wanted the namespace stripped then you'd do something like sub base :Path('') {
...
}
which will be a path action anchored at /greeting and as such should see args of ('hello', 'world'). Scene 4, I'm not entirely sure - I wonder if there's a default in your app class picking up the result or similar ... - Matt S Trout (mst on irc.perl.org)
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||