#!/usr/bin/perl -w
binmode FILE;
open (FILE, "<concatfile");
open (OUT, ">x.txt");
while(<FILE>){
s/\x1a//;
print OUT;
}
But it stops after the first file end marker.
Any ideas? In reply to File end marker problem by DaveKelly
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |