Help for this page

Select Code to Download


  1. or download this
    % perl -le '$_="abcde";my($z,$y,$x)=/(b)(c)(d)/;print "$x$y$z"'
    dcb