Help for this page

Select Code to Download


  1. or download this
    $count{$_}++ for $string =~ /../g;
    
  2. or download this
    while( @strings ) {
        my( $x, $y )= splice @strings, 0, 2;
    ...
        }
        print join " ", %count, $/;
    }