>
> sub list :Chained('/') PathPart('tutorials') Args(0) :
> ActionClass('REST') {}
> sub find_tutorial :Chained('/') PathPart('tutorials') CaptureArgs(1) {
> sub single :Chained('find_tutorial') PathPart('') Args(0)
Many thanks. That was exactly what I needed. I had been missing the
intermediate step.