diff options
Diffstat (limited to 'ext/VMS-DCLsym/0README.txt')
-rw-r--r-- | ext/VMS-DCLsym/0README.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ext/VMS-DCLsym/0README.txt b/ext/VMS-DCLsym/0README.txt new file mode 100644 index 0000000000..29f2bdb875 --- /dev/null +++ b/ext/VMS-DCLsym/0README.txt @@ -0,0 +1,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 |