PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Public Pastes
Untitled
0 sec ago
Untitled
1 sec ago
Untitled
2 sec ago
Untitled
5 sec ago
Untitled
6 sec ago
Untitled
7 sec ago
Untitled
10 sec ago
Untitled
12 sec ago
Untitled
By: a guest on Feb 23rd, 2012 | syntax:
None
| size: 0.13 KB | hits: 7 | expires: Never
download
|
raw
|
embed
|
report abuse
Copied
my $nested = $r->route('/foo')->name("foo")
$nested->via('GET')->to(action => "do_get")
$nested->via('POST')->to(action => "do_post")
create a
new version
of this paste
RAW Paste Data
my $nested = $r->route('/foo')->name("foo") $nested->via('GET')->to(action => "do_get") $nested->via('POST')->to(action => "do_post")