get '/np' => sub { return `mpd | head -n1`; } #### get '/np' => sub { Dancer::Response->new( status => 200, content => `mpd | head -n1`, ); }