On Sun, Mar 17, 2002 at 02:53:22AM +0100, Tina Mueller wrote:
> hi,
> 
> as the IBAN (International Bank Account Number) becomes
> more and more important (at least in europe),
> I thought of writing a small module which validates
> and generates such numbers. It's a very simple
> algorithm, but it might become convenient to have
> it in a module.
> I didn't find "IBAN" in the list archive, and
> I've already set up a module Business::IBAN
> (http://www.tinita.de/projects/perl/Business-IBAN-0.1.tar.gz),
> but maybe there's a better name, or there is already
> a module on CPAN which handles IBAN, so
> i'm happy for any suggestions.

If 'IBAN' is what's people will know them as, then Business::IBAN seems reasonable.

> (it also generates ISO3166-codes for a country (needed
> for the IBAN), and I didn't find a module
> for iso3166-codes.)

That should probably be factored out into a separate module.

Tim.

Reply via email to