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.
q/qq vs. quotes (Score:1)
VS. this:
The variables look the same in Vim, but in the qq version, the and's and or's and "//" stand out better, and even the element names (e.g., "ATTRIBUTE") stand out better. All in all prettier. Only works with some qq delimiters, square brackets are ok, "-" is ok, but curly braces come out the same as using quotes. Similar behavior with q[]. If it's a bug I hope they don't fix it :-)
Reply to This