NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
X-ray vision (Score:1)
All that is gold does not glitter...
Reply to This
Re: (Score:2)
That means they would need to know which whitespace is insignificatn and which isn't (Python should be fun). For example:
You're allowed to have leading space before a heredoc identifier. However, without quotes, Perl get's really confused. There are plenty of other cases where whitespace is important when it seems like it shouldn't be. Plus, what do you do if changes to a file are whitespace only? Pretend there was no commit?
I sympathize with
Re: (Score:1)
But even this limited support could amend the scenario you sketched above with:
All that is gold does not glitter...