http://qs1969.pair.com?node_id=444914


in reply to Re^2: Turning foreach into map?
in thread Turning foreach into map?

They're both correct; it all depends on what you want to do. In the example I gave, I was re-implementing Perl's built-in map, not your links function. What my code does is to pluck out the first argument from the arguments list, and later process the remaining arguments directly from the arguments list.

the lowliest monk