John E. Malmberg wrote: > We do need a logical name module, as part of the VMS PERL distribution > that can do: > > 1. Create / Delete logical names. > 2. Create / Delete logical name tables. > 3. Read logical names. > > Basically the all the logical name system services. > > We would probably want a simple to use API that simply returns a > string from a logical name. My code creates and deletes logical names and reads logical names. I will be adding support for tables.
The hash that's returned by the routines contains a lot of information. I was thinking of blessing the hash so that some perl routines could condense the information and make it a little more usable. Any suggestions would be appreciated.