in reply to
Processing text file
perl -pe 's/[^ ]+=//g'
[download]
Or maybe you wanted to include some newlines in the input or output? Then please use the <code></code> tags around your code and data.
Comment on
Re: Processing text file
Download
Code
In Section
Seekers of Perl Wisdom