in reply to Very weird things when printing (may be an encoding issue?)
From your post, I'm not sure what else you're trying to accomplish. Are you looking to parse the fields in the data line ?
my @data = <FILE>; for $OneLine( @date) { print $OneLine; }
|
|---|