Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    #
    ...
    
        printf qq{%4d => %d\n}, $value, $count;
    }
    
  2. or download this
       1 => 0
       2 => 0
    ...
      23 => 0
      24 => 0
      25 => 0