Search
Documents
README
Roman - Perl module for conversion between Roman and Arabic numerals. (Displayed)
|
Roman - Perl module for conversion between Roman and Arabic numerals.
Roman - Perl module for conversion between Roman and Arabic numerals.
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.
Domain of valid Roman numerals is limited to less than 4000, since
proper Roman digits for the rest are not available in ASCII.
1997/09/03 Author's address is now <ozawa@aisoft.co.jp>
OZAWA Sakuro <ozawa@aisoft.co.jp>
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.
Information
|
This site is currently in testing, it is not yet operating using the full database. Until it is officially launched you may wish to visit Help-Site Computer Manuals. After launch, this site (HelpSpy) will replace Help-Site. Information about the spider which is currently trawling the Internet looking for links to add to this directory can be found here. |
|