Help for this page

Select Code to Download


  1. or download this
    @letters = (A,B,C,D,E,F);
    
  2. or download this
    $string = "AFTYUBEWTWECRTUTYIYTDDDDRYJURTHJTREEEEEFGSDFF";
    
  3. or download this
    foreach $a(@letters)
    {
    $count = ($string = ~tr/$a//);
    print $count;
    }