Help for this page

Select Code to Download


  1. or download this
    sub f{d,c,b,a,f,e}
    
  2. or download this
    my @list = (
         a => [ 'b', 'c', 'e' ],
    ...
         f => [ 'a' ],
    );
    print join (',', map { "'$_'" } f(@list)),"\n";