Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Problem with Quoting

by Zaxo (Archbishop)
on Jul 07, 2001 at 20:46 UTC ( [id://94741]=note: print w/replies, xml ) Need Help??


in reply to Using # inside qw()

You can get rid of the warning with:

my @c = split " ", q{ # % ( / 3 6 7 @ B C G Q R ^ s t ~ };

This warning about a legal construct in qw seems to me like a bug in Perl. It's bad enough when gcc is helpful like that, but Perl warnings often go into some log file each time the script is run.

After Compline,
Zaxo

Log In?
Username:
Password:

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

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

    No recent polls found