File: README

package info (click to toggle)
libroman-perl 1.1-21
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 52 kB
  • ctags: 8
  • sloc: perl: 59; makefile: 37
file content (76 lines) | stat: -rw-r--r-- 1,257 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Roman.pm version 1.1

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

SYNOPSIS
             use Roman;

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

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

INSTALLATION
     Just copy Roman.pm into your perl module path.

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

CHANGES
     1997/09/03 Author's address is now <ozawa@aisoft.co.jp>

AUTHOR
     OZAWA Sakuro <ozawa@aisoft.co.jp>

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























Sun Release 4.1           Last change:                          1




DESCRIPTION

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


INSTALLATION

Simply copy Roman.pm into your perl module path.

AUTHOR

OZAWA Sakuro <ozawa@prince.pe.u-tokyo.ac.jp>