Help for this page

Select Code to Download


  1. or download this
    $count += ($tbsz*0.7844) while $string =~ /W/g;
    
  2. or download this
    $count += ($tbsz*0.7844) * ( () = $string =~ /W/g );
    
  3. or download this
    $count += ($tbsz*0.7844) * ( $string =~ tr/W// );