http://qs321.pair.com?node_id=984076


in reply to Re^2: SQL script processor and executor
in thread SQL script processor and executor

"Map goes through the trouble of creating and returning a result for you."

That has not been true for a while now. "map in void context is no longer expensive. map is now context aware, and will not construct a list if called in void context." -- perl581delta

  • Comment on Re^3: SQL script processor and executor

Replies are listed 'Best First'.
Re^4: SQL script processor and executor
by ruzam (Curate) on Jul 27, 2012 at 23:36 UTC

    I stand corrected.

    However I still wouldn't use map for this purpose.