On Wed, 30 Jan 2002 11:54:59 +0100 (MET), Philippe 'BooK' Bruhat wrote:

>And it can actually be shorter, sometimes:
> print join a,@a
>vs.
> $"=a;print"@a"

But for this case, I think this will be better to do:

        $,=a;print@a

-- 
        Bart.

Reply via email to