http://www.perlmonks.org?node_id=994219


in reply to Re^2: XML::Twig newbie question
in thread XML::Twig newbie question

Another way would be to make the subroutine curried (that is expecting to get the parameters separately, not all at once):

Sure, you could write your closure that way ( the schönfinkeling way), but it gains you nothing in this example, it just takes a little more memory

Replies are listed 'Best First'.
Re^4: XML::Twig newbie question
by Jenda (Abbot) on Sep 18, 2012 at 10:57 UTC

    Depends on the complexity of the subroutine. Maybe you do not want to include all that code in the middle of the loop. I would not sweat over the tiny difference in memory footprint or the cost of two additional subroutine calls. Use whatever makes the code easier to maintain.

    Jenda
    Enoch was right!
    Enjoy the last years of Rome.