> On Jan 19, 12:01 pm, dery...@gmail.com (C.DeRykus) wrote:
>> On Jan 18, 9:09 pm, perln...@tragic.pointyhats.com (Perl Noob)
>> wrote:
>> > ...
>>
>>  perl -ne '$_ .= <>;s/\n//;print' infile > outfile
>>
>
> Even easier:  perl -pe '$_ .= <>; s/\n//' infile > outfile
>
> --
> Charles DeRykus


MAGIC!!!  That is EXACTLY what I needed.  The <> was the miracle I was
looking for.

Thank you very much.


-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to