Help for this page

Select Code to Download


  1. or download this
    $newstring =~ tr/01/LH/;
    
  2. or download this
    $newstring =~ s/0/L/g;
    $newstring =~ s/1/H/g;