MoshiachNow
IS-IT--Management
HI,
Parsing some postscript file I do not manage to get rid of unprintables:
for $line (<FILE>) {
$line =~ tr/\0-\010\012-\013\177-\377//d;
I guess it's probably some hidden escape sequences.
How do I get rid of these ?
Thanks
Long live king Moshiach !
Parsing some postscript file I do not manage to get rid of unprintables:
for $line (<FILE>) {
$line =~ tr/\0-\010\012-\013\177-\377//d;
I guess it's probably some hidden escape sequences.
How do I get rid of these ?
Thanks
Long live king Moshiach !