Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        keys %joined_1st;
    
    pp \%joined_2nd;
    
  2. or download this
    {
      Adam => { abc => 0, def => 0, ghi => 0, jkl => 7, mno => 0, pqr => 7
    + },
    ...
      keas => { abc => 0, def => 0, ghi => 0 },
      Tim  => { abc => 7, def => 7, ghi => 0 },
    }