in reply to Re^2: Perl Regex with Extra Spaces
in thread Perl Regex with Extra Spaces

Its the transliteration operator tr/// (same as y///), not to be confused with s///.

Your problem is that you're not decoding UTF-16le.

Replies are listed 'Best First'.
Re^4: Perl Regex with Extra Spaces
by Anonymous Monk on Apr 10, 2010 at 01:28 UTC
    Well now the problem is that it outputs all the content from the psexec.exe, regardless of what I do, I use system, exec, or back ticks, and it will only effect some of it