http://qs321.pair.com?node_id=11127077


in reply to Re^2: PERL UNIX and strangeness and char conversion
in thread PERL UNIX and strangeness and char conversion

The bash shell does not take escapes, try

perl -pe 'tr/\x91-\x92/\x27/' <INFILE >OUTFILE
instead.