in reply to Re: Re: Re: Adding and Deleting Upload File name and File
in thread Adding and Deleting Upload File name and File
qw/STRING/
...
A common mistake is to try to separate the words with comma or to put comments into a multi-line "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.
On a side note, I should have realized that you just misread the qw. A quick /msg would have probably been a better response than the node I posted.... ;-)% perl -we 'qw(@song_titles, @song_files)' Possible attempt to separate words with commas at -e line 1. [snip void context errors]
-Blake
|
|---|