develooper Front page | perl.perl5.porters | Postings from September 2011

Re: [perl #93640] Allow comments in qw()

Thread Previous | Thread Next
From:
Aristotle Pagaltzis
Date:
September 18, 2011 19:09
Subject:
Re: [perl #93640] Allow comments in qw()
Message ID:
20110919020902.GE31709@klangraum.plasmasturm.org
* 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


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About