Andy, thanks for bringing up "$INPUT_RECORD_SEPARATOR". That was the
answer I needed. I started looking at the perldoc info and found that
if I change the newline to a carriage return like so:
$/ = "\r";
right before my while loop (while (<>) {... ) then it works perfectly
with my file now! I'm assuming that once the code is finished running
that the input record separator switches back to it's default (\n)?
Thanks again for your help on this. It's running great now!
Jay
_______________________________________________
kc mailing list
[email protected]
http://mail.pm.org/mailman/listinfo/kc