Help for this page

Select Code to Download


  1. or download this
    my @list = f(
         a => [ 'b', 'c' ],
         b => [ 'c', 'd' ],
    ...
         e => [ 'b', 'a' ],
         f => undef,
    );
    
  2. or download this
    'd','c','b','a','e','f'