in reply to Parsing multiple lines into a single line

Could you show us the code you've written? Then we could help you take the next step...
  • Comment on Re: Parsing multiple lines into a single line

Replies are listed 'Best First'.
Re^2: Parsing multiple lines into a single line
by noobee (Acolyte) on Jan 09, 2008 at 03:17 UTC
    Hi,
    I am very new to Perl, that is why I need help :)
    Right now, all I am doing is using chomp and writing to tempfile and reusing chomp and again writing to temp files...and process the data this way...which I assume is not efficient.
    --Jessica.