![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re: Problem with Quotingby Zaxo (Archbishop) |
on Jul 07, 2001 at 20:46 UTC ( #94741=note: print w/replies, xml ) | Need Help?? |
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,
In Section
Seekers of Perl Wisdom
|
|