RE: Help building a Perl Module that works under HP-UX and Linux but not under VMS

2006-10-18 Thread Carl Friedberg
many, many years. > -Original Message- > From: doug brann [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 18, 2006 4:15 AM > To: Craig A. Berry; vmsperl@perl.org > Subject: Re: Help building a Perl Module that works under HP-UX and > Linux but not under VMS > >

Re: Help building a Perl Module that works under HP-UX and Linux but not under VMS

2006-10-18 Thread doug brann
Well, we got it working. I should probably let all of you know what I ended up doing to get this thing going, just in case someone else wants to try something as weird as this project has been.Basically, I have a FORTRAN program that calls persist.c, which is pretty much straight out of the perlemb

Re: Help building a Perl Module that works under HP-UX and Linux but not under VMS

2006-10-16 Thread Craig A. Berry
At 3:50 AM -0700 10/16/06, doug brann wrote: >I don't know if I'm sending this e-mail to the right place, but I am stuck on >a weird problem building a Perl module. vmsperl is the right place. I believe vmsperl-help is just for help with the mailing list, not for help with Perl or VMS. > >I ha

Help building a Perl Module that works under HP-UX and Linux but not under VMS

2006-10-16 Thread doug brann
Hi,I don't know if I'm sending this e-mail to the right place, but I am stuck on a weird problem building a Perl module.I have a persistent perl executable based on the code found in the "perldoc perlembed" example, and this executable will be running scripts that use a Perl module that has a C ext