The built in join() function sounds like what you want.
Read up on it here:
http://perldoc.perl.org/functions/join.html

$output = join("\n", @array);

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to