27 Content-Disposition: inline; filename=" 21 Blockquotes_with_code_blocks.html 14b Last-Modified: Thu, 30 Apr 2026 18:24:01 GMT Expires: Sun, 27 Apr 2036 18:24:01 GMT ETag: "fd1cb1b2852c814423ef7bfd6a5aa291e07301a2"
HTTP/1.0 500 Internal Server Error Date: Thu, 30 Apr 2026 18:24:01 GMT Server: OpenBSD httpd Connection: close Content-Type: text/html Content-Length: 518Example:
sub status { print "working"; }Or:
sub status { return "working"; }