in reply to Re: Re: perl 1-liner to join a list?in thread perl 1-liner to join a list?
perl -pe 'eof||y/\n/,/' [download]