Help for this page
while (<FILE>) { my $var = scalar $_; $response->body($var); return $response->finalize; }
my $var = $_;