Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

(tye)Re: Problem with Quoting

by tye (Sage)
on Jul 08, 2001 at 06:13 UTC ( [id://94796]=note: print w/replies, xml ) Need Help??


in reply to Using # inside qw()

I'd probably write that as: my @c= split //, q'#%(/367@BCGQR^st~'; but you could also use: my @c= ( '#', qw' % ( / 3 6 7 @ B C G Q R ^ s t ~ ' );

Note that perlop.pod documents this right there under qw:

A common mistake is to try to separate the words with comma or to put comments into a multi-line C<qw>-string. For this reason, the use warnings pragma and the -w switch (that is, the $^W variable) produces warnings if the STRING contains the "," or the "#" character.
so "don't do that". /:

        - tye (but my friends call me "Tye")

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://94796]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-03-29 11:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found