in reply to Re: Re: converting files in placein thread In-place editing of files (was: general perl question)
#!/usr/bin/perl -w ..... system(q#perl -i.bak -p -e '$_ = uc'#); ..... [download]