> > No, the Input Record Separator ($/) can only hold one string. > However, your records are actually separated by "\n\n", so setting $/ > to "\n\n" and then chomp'ing the record will give you .. No, it does n't work for me. I noticed there are some empty lines in the 'comments' field. Let's say if i parse the record with two newline characters, it does not fetch full record if the record contains empty lines in the 'comment fileld'. Do you have any suggestion to avoid this situation??
tx karl -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/