Damian Conway said:

>> Is it illegal now to use quotes in qw()?
>
> Nope. Only as the very first character of a <<...>>.

Paging Mr Cozens.  ;-)

> So any of these are still fine:
>
>       print << "a" "b" "c" >>;
>       print <<\"a" "b" "c">>;
>       print «\"a" "b" "c"»;

Presumably without the backslash here too.

>       print qw/"a" "b" "c"/;

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net



Reply via email to