summaryrefslogtreecommitdiff
path: root/vms/ext/DCLsym/0README.txt
blob: 9dc721d36b069688dacb5b09258b0dedb9798af6 (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@genetics.upenn.edu
17-Aug-1995