NAME

Money::Chinese - Converting Arabic numerals into Chinese

SYNOPSIS

use Money::Chinese;

$object = Money::Chinese->new;

$Chinese = $object->convert('100030.46');

DESCRIPTION

The function of Money::Chinese is converting Arabic numerals into Chinese.

ACKNOWLEDGEMENTS

A special thanks to Larry Wall <larry@wall.org> for convincing me that no development could be made to the Perl community without everyone's contribution. I also appreciate my wife Fu Na, who works for a finacial institution, have been helping me work through problems besides technical issues.

AUTHOR

Pan Yu <xiaocong@vip.163.com>

COPYRIGHT AND LICENSE

Copyright (C) 2008-2009 by Pan Yu. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.