# from Ken Williams on Monday 27 February 2006 13:18:
>In your example code for dice(), you have:
>
> $l->map(\&fx)->dice(sub {that_function(@_)})->map(\&fy);
>
>Is that equivalent to:
>
> $l->map(\&fx)->dice(\&that_function)->map(\&fy);Yes. --Eric
