RE: Help with end of line charaters

2004-02-23 Thread Westcott Andrew-AWESTCO1
ld1_1 field2_1 field2_2 field2_x With the binmode I can replace the LF with commas and then my script is ok. Thanks once more Andy -Original Message- From: R. Joseph Newton [mailto:[EMAIL PROTECTED] Sent: 23 February 2004 05:50 To: Westcott Andrew-AWESTCO1 Cc: [EMAIL PROT

Help with end of line charaters

2004-02-22 Thread Westcott Andrew-AWESTCO1
Hi, I'm new to perl but need to write a script that takes a file and formats lines. The file has to 2 fields that are tab separated and each field is made up of items separated by some type of linefeed character. The end of the second field is identified by another type of linefeed character.