in reply to
tr/<mixed string>/<UPPER STRING>/
Here is a filter that will do the job from the command line:
perl -pi.bak -e '$_ = uc' your_files
[download]
Comment on
Re: tr/<mixed string>/<UPPER STRING>/
Download
Code
In Section
Seekers of Perl Wisdom