Perl module for conversion between roman and arabic numerals.
Version 1.20
use Roman; $arabic = arabic($roman) if isroman($roman); $roman = Roman($arabic); $roman = roman($arabic);
This package provides some functions which help conversion of numeric notation between Roman and Arabic.
Tests if argument is valid roman number
roman => arabic
arabic => roman
Same as Roman, lowercase
Domain of valid Roman numerals is limited to less than 4000, since proper Roman digits for the rest are not available in \s-1ASCII\s0.
Please report any bugs or feature requests to \*(C`bug-roman /AT/ rt.cpan.org\*(C', or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Roman>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
You can find documentation for this module with the perldoc command.
perldoc Roman
You can also look for information at:
AnnoCPAN: Annotated \s-1CPAN\s0 documentation <http://annocpan.org/dist/Roman>
\s-1CPAN\s0 Ratings <http://cpanratings.perl.org/d/Roman>
\s-1RT:\s0 \s-1CPAN\s0's request tracker <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Roman>
Search \s-1CPAN\s0 <http://search.cpan.org/dist/Roman>
\s-1OZAWA\s0 Sakuro <ozawa at aisoft.co.jp> 1995-1997 Alexandr Ciornii, \*(C`<alexchorny at gmail.com>\*(C' 2007
Copyright (c) 1995 \s-1OZAWA\s0 Sakuro. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.