in reply to /HTML is valid perl?
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.).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: B::Deparse knows all
by demerphq (Chancellor) on Oct 24, 2001 at 17:30 UTC |