Roman - Perl module for conversion between Roman and Arabic numerals.


Roman documentation  | view source Contained in the Roman distribution.

Index


NAME

Top

Roman - Perl module for conversion between Roman and Arabic numerals.

VERSION

Top

Version 1.20

SYNOPSIS

Top

	use Roman;

	$arabic = arabic($roman) if isroman($roman);
	$roman = Roman($arabic);
	$roman = roman($arabic);

DESCRIPTION

Top

This package provides some functions which help conversion of numeric notation between Roman and Arabic.

Functions

Top

isroman

Tests if argument is valid roman number

arabic

roman => arabic

Roman

arabic => roman

roman

Same as Roman, lowercase

BUGS

Top

Domain of valid Roman numerals is limited to less than 4000, since proper Roman digits for the rest are not available in ASCII.

Please report any bugs or feature requests to bug-roman /AT/ rt.cpan.org, 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.

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc Roman

You can also look for information at:

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Roman

* CPAN Ratings

http://cpanratings.perl.org/d/Roman

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Roman

* Search CPAN

http://search.cpan.org/dist/Roman

AUTHOR

Top

OZAWA Sakuro <ozawa at aisoft.co.jp> 1995-1997 Alexandr Ciornii, <alexchorny at gmail.com> 2007

COPYRIGHT

Top


Roman documentation  | view source Contained in the Roman distribution.