At 02:04 PM 6/21/01 -0700, you wrote:
>Hence, Template Toolkit broke in 5.5 because Perrin had done:
>
>my $value = qw(xyz);
>
>to parallel his
>
>my @values = qw(abc def ghi);
>
>above and below.  For which us 5.5'ers only got 1, not xyz. :)
>I've since beaten him over the head enough times to just use:
>
>my $value = q(xyz);
>
>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!!!!

how does that work?!
Peter Cline
Inet Developer
New York Times Digital

Reply via email to