Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The comment said you won't cause an infinite loop during parsing due to a bug in the language definition, not that you can't do so at all. Perl lets you run arbitrary code during parsing, so of course it's possible to run an infinite loop while parsing. But you can only do that by actually writing an infinite loop in your code, not by writing something that confuses the parser into looping forever.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: