27 Content-Disposition: inline; filename=" 21 Blockquotes_with_code_blocks.html 14b Last-Modified: Fri, 15 May 2026 01:04:53 GMT Expires: Mon, 12 May 2036 01:04:53 GMT ETag: "fd1cb1b2852c814423ef7bfd6a5aa291e07301a2"
0 HTTP/1.0 500 Internal Server Error Date: Fri, 15 May 2026 01:04:53 GMT Server: OpenBSD httpd Connection: close Content-Type: text/html Content-Length: 518Example:
sub status { print "working"; }Or:
sub status { return "working"; }