in reply to Mapping URLs to code - in search of perlish dispatch schemes
# chain to / sub local : Chained PathPart('foo') { ... } # chain to the foo action sub bar : Chained('foo') CaptureArgs(1) { ... } # endpoint, chain to bar action sub baz : Chained('bar') Args(1) { ... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Mapping URLs to code - in search of perlish dispatch schemes
by Corion (Patriarch) on Jul 21, 2006 at 10:17 UTC | |
by phaylon (Curate) on Jul 21, 2006 at 10:27 UTC |