Help for this page
Select Code to Download
Select
or
download this
% perl -le '$_="abcde";my($z,$y,$x)=/(b)(c)(d)/;print "$x$y$z"' dcb