1 # This page is used to test error-handling. if you try to view this
2 # script, the server should produce a friendly error message. -john
4 # This isn't actually a syntax error; it's not a syntactic property of
5 # the language that there's no such subroutine.
7 warn "I am about to explode intentionally!";
8 Intentional
::Syntax
::Error
->explode('dont-fix');