* Eric Brine <ikegami@adaelis.com> [2011-09-19 00:10]: > I consider comments part of whitespace (that which separates > token but has no other effect on the code). > > perlsyn says comments can appear anywhere except in strings and > regular expressions, qw() being neither. > > Pragma module feature::qw_comments now addresses this. Does it have any allowances for doing this? my @css_color = qw( #ccc #20f #123456 ); Will it accept backslashed octothorpes as literal characters? Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/>Thread Previous | Thread Next