GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Roman(3) User Contributed Perl Documentation Roman(3)

Roman - functions for converting between Roman and Arabic numerals

Version 1.24

        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 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.

Text::Roman - also handles conversion between Arabic and Roman numerals, but can handle a larger range than this module.

Math::Roman - another module for converting between Arabic and Roman numerals.

Convert::Number::Roman - handles the same conversion, but also lets you specify upper or lower case.

Roman::Unicode - make Roman numerals, using Unicode characters.

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>

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

Copyright (c) 1995 OZAWA Sakuro. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2015-03-01 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.