Help for this page
Select Code to Download
Select
or
download this
my $string = '5424123412345678'; substr($string,0,-4)=~y//*/c; print $string;