in reply to Re: Writing on different output files.
in thread Writing on different output files.

The <DIVIDER> tags content varies, I've set this so that the data may be read by block. My main problem is that the data isn't parsed properly. Data are being placed in the outfile. I previously used this Redexp as record separator but didn't work
$/=~/<(LN_FILE_DIVIDER_TAG)>.+<\/\1>/;
Am I using the print command properly?