On Tue, Apr 24, 2001 at 12:29:23AM -0700, Russ Allbery wrote:
> How do you concatenate together a list of variables that's longer than one
> line without using super-long lines?

join '', $var1, $var2, $var3, ..., $varN;

TMTOWTDI, remember.

-Scott
-- 
Jonathan Scott Duff
[EMAIL PROTECTED]

Reply via email to