summaryrefslogtreecommitdiff
path: root/ext/VMS-DCLsym/0README.txt
blob: 29f2bdb87570c114725764e5371cf1af7a03b1e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
VMS::DCLsym is an extension to Perl 5 which allows it to manipulate DCL symbols
via an object-oriented or tied-hash interface.

In order to build the extension, just say

$ Perl Makefile.PL
$ MMK

in the directory containing the source files.  Once it's built, you can run the
test script by saying

$ Perl "-Iblib" test.pl

Finally, if you want to make it part of your regular Perl library, you can say
$ MMK install

If you have any problems or suggestions, please feel free to let me know.

Regards,
Charles Bailey  bailey@newman.upenn.edu
17-Aug-1995