Re: Problem of function calls from map()



tmp is the function that split will call once per list item

should be

tmp is the function that *map* will call once per list item

-- Paul


.