in reply to Re: Re: Change utility; code optimization
in thread Change utility; code optimization

</code>perl -pi.bak -e 'y/\r//d' flange.txt</code>

Generally, when you see -n and ;print' in a one liner, think -p and hug a camel. =)

--
$you = new YOU;
honk() if $you->love(perl)

  • Comment on Re: Re: Re: Change utility; code optimization