I noticed that in my program sometimes I call a big subroutines with the same parameters all over again.
Is there a module in perl that can act like a buffer and "remember" the last result instead of calling the same subroutine all over again?
I remember I read about something similar to that, meomize or something ...