http://qs1969.pair.com?node_id=484213


in reply to Re^6: Syntax error makes perl hang
in thread Syntax error makes perl hang

perl attempts some basic optimisations during the compile phase. One of which is to precalculate constant lists. Since both arguments to the range operator are constant the list it produces will be constant and can be precomputed.