in reply to Re^5: duplicating the rows and joining three lines into one using perl script
in thread duplicating the rows and joining three lines into one using perl script

Yes, and that's also how I understood it. My only point was only about adding a comma to separate the line fragments, but I had overlooked that you're actually adding the comma it in the:
s/\s+$/,/;
code lines.

Sorry about the useless comment.

  • Comment on Re^6: duplicating the rows and joining three lines into one using perl script
  • Download Code