in reply to Re: Re: Re: Re: NO PERL 6
in thread NO PERL 6

We don't need a concatenation operator at all. Just use the new-improved string interpolation: "$(expression-1)$(expression-2)". In fact, since most explicit cases of concatenation are for when interpolation isn't good enough (e.g. an expression not a single variable) this will take care of most of today's uses.

When you want to make it clear that you're concatenating something, why have a small syntax? Seems to me you are asking for big syntax, to emphasize the thing. So just use join with an empty first argument (no separate cat function needed.

—John

I started a new top-level thread here. This is already too deep!

Edit by tye to fix link

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Re: NO PERL 6
by Elian (Parson) on Dec 17, 2002 at 00:01 UTC
    There wasn't there... something go wrong somewhere?