Next | Tricks of the Wizards | 111 |
People are fond of saying this
If you want to know what Perl will think of some program, you must ask perl itself
No regex or other simple process will always produce the right answer
This is because to parse Perl, you also have to be able to interpret Perl
Bizarre but typical example:
$t = time / 3; # Is this a comment? /;
$s = sin / 3; # Is this a comment? /;
continued...
Next | Copyright © 2003 M. J. Dominus |