-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
79 lines (56 loc) · 1.69 KB
/
README
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
This module has been modified so that it will compile using the
win32 support in core perl.
- Sarathy.
Original README follows:
#######################################################################
#
# Win32::Console - Perl implementation of the Win32 Console
# ^^^^^^^^^^^^^^ and Character mode functions
#
# Version: 0.03 (07 Apr 1997)
# by Aldo Calpini <[email protected]>
#
#######################################################################
Manifest
^^^^^^^^
The file Win32Console-0.03.zip contains:
README
README.TXT
TEST.PL
INSTALL.BAT
CONSOLE.PM
CONSOLE.PLL.110
CONSOLE.PLL.30X
DOCS/INDEX.HTML
DOCS/INTRO.HTML
DOCS/LICENSE.HTML
DOCS/REFERENCE.HTML
DOCS/TOC.HTML
SOURCE/CONSOLE.CPP
SOURCE/CONSOLE.DEF
SOURCE/CONSOLE.MAK
SOURCE/CONSOLE300.MAK
SOURCE/README.TXT
(be sure to have unzipped it with LONG FILE NAMES and PATHS)
Installation Instructions
^^^^^^^^^^^^^^^^^^^^^^^^^
1. Run the INSTALL.BAT program.
2. Run the TEST.PL script.
Documentation
^^^^^^^^^^^^^
Complete documentation for this package is in the file DOCS\INDEX.HTML
What's new in this version
^^^^^^^^^^^^^^^^^^^^^^^^^^
Changes from version 0.01 are:
. Added "GenerateCtrlEvent" method.
. The PLL file now comes in 2 versions, one for Perl version 5.001 (build 110)
and one for Perl version 5.003 (build 300 and higher, EXCEPT 304).
. added an installation program which will automatically copy the right files
in the right place.
On-line
^^^^^^^
You can always find the latest version of this package online at:
http://www.divinf.it/dada/perl/console
Send any comment to:
Aldo Calpini <[email protected]>