I'm working on an accounting application written in Perl. I want to be sure that I'm using the proper decimal arithmetic library. If I'm reading things correctly, the Math::BigFloat perl module can be used for accurate decimal arithmetic calculations. Am I correct? Will this module give me accuracy good enough for financial calculations?