sub jan : Regex('^01$') { my ($self, $context, $bar, $baz) = @_; } sub feb : Regex('^02$') { my ($self, $context, $bar, $baz) = @_; }