12c12,16 < my @content = ; --- > my $content; > { > local $/; > my $content = ; > } 16c20 < $r->print(@content); --- > $r->print($content);