stefan k has asked for the wisdom of the Perl Monks concerning the following question:

Dear Monks, is there any way to really comment out one line from a multi-line qw-statement?
@words = qw(my friend # is stupid);
In the written form the hash-sign becomes an element of the array.

Regards... Stefan
you begin bashing the string with a +42 regexp of confusion

Replies are listed 'Best First'.
Re: Comments in multi-line qw
by andye (Curate) on Dec 03, 2001 at 19:25 UTC
      *grmbl* first of all thanks of course, then: I did a super search with 'qw' and 'comment' in the text of the message and these didn't show up...

      Regards... Stefan
      you begin bashing the string with a +42 regexp of confusion