Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    my $xCount = $str =~ tr/X/X/;
    
    print "$xCount: >$str<\n";
    
  2. or download this