in reply to Re: # in qw
in thread # in qw

But q// will not return a list! qw// does.

Replies are listed 'Best First'.
Re: Re: Re: # in qw
by virtualsue (Vicar) on Sep 11, 2001 at 13:39 UTC
    That's true, I just realized it.

    for (split /\s+/, q/#FF000 #00FF00 #0000FF/) or for ('#FF000', '#00FF00', '#0000FF')