Help for this page

Select Code to Download


  1. or download this
    @data = (
        [qw(Bubba  brutalski 20)],
    ...
              $a->[0] cmp $b->[0]
              ||
              $a->[2] <=> $b->[2]} @data;
    
  2. or download this
    (
      [Bubba,  brutalski, 10],
    ...
      [JoeBob, brutalski, 20],
      [Junior, brutalski, 20]
    )