$res->body($io); Or use Path::Tiny qw/ path /; return [ 200, [ 'Content-Type' => 'text/plain; charset=UTF-8', ], path( __FILE__ )->openr_raw, ];