Kimberly Schramm <[EMAIL PROTECTED]> wrote:
: 
: I have a file that is 300+ lines long containing data
: for an event.  each event takes up 6 lines.  I would
: like to join the 6 lines, so that each event is only
: one line.  Is this possible in perl?

    Yes, you can use the 'join' function for that.

 perldoc -f join

HTH,

Charles K. Clarkson
-- 
Mobile Homes Specialist
254 968-8328


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


Reply via email to