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