Help for this page
Select Code to Download
Select
or
download this
$newstring =~ tr/01/LH/;
Select
or
download this
$newstring =~ s/0/L/g; $newstring =~ s/1/H/g;