Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    b 7
    c 9
    a 2
    
  2. or download this
    {
      all => { clients => ["a", "b", "c"], total => 27 },
    ...
        c => { amounts => [9], percent => 33.3333333333333, total => 9 },
      },
    }