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