The “fat comma” 

get '/hello/:name' => sub {
    return "Hello " . param('name');
};