open (FILE, "<" . $quotedfullelementpath) or die "Can't open file $quotedfullelementpath:$!\n"; while () { binmode(FILE); my $line1 = unpack("H*", $_); if ($line1 =~ /0d/) #### open (FILE, "<" . $quotedfullelementpath) or die "Can't open file $quotedfullelementpath:$!\n"; binmode(FILE); while () { #### open (FILE, "<:raw" . $quotedfullelementpath) or die "Can't open file $quotedfullelementpath:$!\n"; while () { #### if (/\x0d/)