Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more
1234567 use Kelp::Less;get '/say' => sub { "OK";};run;
use Kelp::Less;
get '/say' => sub {
"OK";
};
run;