On Thu, 21 Jun 2001, Peter Cline wrote:

> >which works just fine.
>
> I am using perl 5.005.01 :-(  and when doing
> print my $x = q(a b c d)  it prints the whole list!!!!

Cuz q(a b c d) is the same as 'a b c d'.  It's a literal string and there
is no interpolation.

-- Brett
                                   http://www.chapelperilous.net/btfwk/
------------------------------------------------------------------------
I once decorated my apartment entirely in ten foot salad forks!!

Reply via email to