http://www.perlmonks.org?node_id=1005246


in reply to Re: Efficient way to replace a set of values with another set of values
in thread Efficient way to replace a set of values with another set of values

Command line version:
perl -pi -e 's/^(\d)/chr($1+96)/e' myfile