[EMAIL PROTECTED] (David Cumming) writes: > I want to update an existing module to support an�OO and procedural > interface.�The module�will be primarily OO, however it should still support > for two main functions as a�simple procedural interface. > > I looked at CGI.pm [...]
I wrote a module that does this, and isn't nearly as complex as CGI.pm. It's Number::Format available from a CPAN mirror near you. Let me know if that approach is easier for you to understand... --Bill. -- William R Ward [EMAIL PROTECTED] http://www.wards.net/~bill/ ----------------------------------------------------------------------------- Consistency is not really a human trait. --Maude (from the film "Harold & Maude")
