DreamT has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
I want to develop good product price handling in Perl. I.e. I want to get/set the correct product price based on product number and other required parameters (currency, tax, e.t.c.). It feels like a perfect thing for object oriented programming. Though, it feels like it can be quite complicated, so I'm looking for inspiration.
- Any good ideas where to start?
- Are there any good existing modules for it?