12 Dec
2010
12 Dec
'10
4:21 a.m.
I am having a bit of mental block... is something like this possible? in the browser /foo/bar/?a=blah&b=bork and in the applications get '/foo/:page' => sub { my $page = params->{page}; my $a = params->{a}; my $b = params->{b}; .. } I keep on getting the "void" message. If I change the uri to /foo/bar?a=blah&b=bork (note, the missing trailing / after bar) then the browser itself barfs saying the file wasn't found. -- Puneet Kishor