If you're ever in doubt how perl is interpreting something, just ask it to dump how it's being parsed.
$ perl -MO=Deparse,-p -e '</html>' CORE::GLOBAL::glob('/html', 0); -e syntax OK
See perldoc B::Deparse for the options you can give it (should it obsessively parenthesize, etc.).
In reply to B::Deparse knows all
by Fletch
in thread /HTML is valid perl?
by eak
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |