http://qs1969.pair.com?node_id=317510


in reply to simple file question, extra spaces, win32

ugly but seems to work
my @rows = map {chomp; s/[\x7F-\xFF]//g; s/[\x00-\x1F]//g; $_} read_f +ile($file);