Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    Joe,B,3,30,51
    Rob,A,1,64,77
    Rob,B,2,20,32
    
  2. or download this
    (
      "Joe",
    ...
      "Rob",
      { A => { 1 => [[64], [77]] }, B => { 2 => [[20], [32]] } },
    )