Re: any glue to sys$getrmi

2008-08-20 Thread craigberry
On Aug 20, 2008, at 4:54 PM, Peter Prymmer wrote: We found that with VMS::Process (packaged on CPAN as "1.05" but with $VMS::Process::VERSION of "1.06") we only had to edit the Process.xs file to add several PL_ prefixes to the xs macros (e.g. -ST(0) = &sv_undef; +ST(0) = &PL_sv_undef;

RE: any glue to sys$getrmi

2008-08-20 Thread Peter Prymmer
Carl Friedberg <[EMAIL PROTECTED]> wrote on 08/20/2008 05:26:24 PM: > Peter and Craig, > > Thanks for the pointers. > > Working my way through, I decided to try VMS_Process, and > found similar issues. I have attached the gnu unified diff > file (you probably already have these changes, or perha

RE: any glue to sys$getrmi

2008-08-20 Thread Carl Friedberg
Original Message- > From: Peter Prymmer [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 14, 2008 8:46 AM > To: [EMAIL PROTECTED] > Cc: Carl Friedberg; 'vmsperl@perl.org' > Subject: Re: any glue to sys$getrmi > > [EMAIL PROTECTED] wrote on 08/13/2008 10:50:04

Re: any glue to sys$getrmi

2008-08-14 Thread Peter Prymmer
[EMAIL PROTECTED] wrote on 08/13/2008 10:50:04 PM: > I would think VMS::Monitor would do the trick: > > http://search.cpan.org/~dsugal/VMS-Monitor-0_06/monitor/monitor.pm > > It uses the EXE$GETSPI interface, which was the undocumented > predecessor to SYS$GETRMI. It should be a fairly mechan

RE: any glue to sys$getrmi

2008-08-13 Thread Carl Friedberg
Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 13, 2008 10:50 PM > To: Carl Friedberg > Cc: 'vmsperl@perl.org' > Subject: Re: any glue to sys$getrmi > > > On Aug 13, 2008, at 7:40 PM, Carl Friedberg wrote: > > > H

Re: any glue to sys$getrmi

2008-08-13 Thread craigberry
On Aug 13, 2008, at 7:40 PM, Carl Friedberg wrote: Hi, I'd like to use a VMS perl interface to sys$getrmi. I'm attempting to write my own version, but if anyone has already started this effort and has some ideas, or eve better, working code, please contact me; offline is fine. If / when I ge