Help for this page

Select Code to Download


  1. or download this
    print chg("ctag\n", qr/t(g)/);   # print "ctag"
    "g" =~ /(c)/;
    ...
        eval "\$str =~ tr/a$1/$1a/" if $1;
        return $str;
    }