1VMS::DCLsym is an extension to Perl 5 which allows it to manipulate DCL symbols 2via an object-oriented or tied-hash interface. 3 4In order to build the extension, just say 5 6$ Perl Makefile.PL 7$ MMK 8 9in the directory containing the source files. Once it's built, you can run the 10test script by saying 11 12$ Perl "-Iblib" test.pl 13 14Finally, if you want to make it part of your regular Perl library, you can say 15$ MMK install 16 17If you have any problems or suggestions, please feel free to let me know. 18 19Regards, 20Charles Bailey bailey@newman.upenn.edu 2117-Aug-1995 22