while (<>) {s/([0-8])/$1+1/e ;print $_ ;};
a1 b2 c8 d9a1
a2 b3 c9 d9a2
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!