Re: Perl extensions: Arrays not coming through

2005-07-16 Thread Wiggins d'Anconia
Ernst Rohlicek jun. wrote: > > > Hi everbody, > > I got into Perl yesterday for using a Perl extension for PVM, a parallel > computing environment, but found out that some newer functions were not > yet in it. > > So, I added to the extension, but so far I couldn't figure out wrapping > a more

Perl extensions: Arrays not coming through

2005-07-16 Thread Ernst Rohlicek jun.
Hi everbody, I got into Perl yesterday for using a Perl extension for PVM, a parallel computing environment, but found out that some newer functions were not yet in it. So, I added to the extension, but so far I couldn't figure out wrapping a more complex function. The C function pvm_getmbox

Re: perl extensions

2003-06-09 Thread Jenda Krynicky
From: "R. Joseph Newton" <[EMAIL PROTECTED]> > Jenda Krynicky wrote: > > No. The original distinction between *.pl and *.plx was the > > interpreter used for CGIs. > > The *.pl was interpreted by perl.exe, while *.plx was interpreted by > > perlIS.dll (In-process Perl interpreter for MS IIS). > >

Re: perl extensions

2003-06-09 Thread R. Joseph Newton
Jenda Krynicky wrote: > > > > "fyi > > > > .pl used to be used for both executables and libraries. > > > > A library is simply perl code located in a different file > > > > which is imported into another perl program with the 'require' > > > > keyword. > > > > > > > > Now t

Re: perl extensions

2003-06-08 Thread Jenda Krynicky
From: Tassilo von Parseval <[EMAIL PROTECTED]> > On Fri, Jun 06, 2003 at 10:33:21PM -0700 R. Joseph Newton wrote: > > Francis Henry wrote: > > > The following is a note from a colleague of which I am skeptical: > > > > > > "fyi > > > .pl used to be used for both executables and libraries. >

Re: perl extensions

2003-06-07 Thread Tassilo von Parseval
On Fri, Jun 06, 2003 at 10:33:21PM -0700 R. Joseph Newton wrote: > Francis Henry wrote: > > The following is a note from a colleague of which I am skeptical: > > > > "fyi > > .pl used to be used for both executables and libraries. > > A library is simply perl code located in a differe

Re: perl extensions

2003-06-06 Thread R. Joseph Newton
Francis Henry wrote: > Hi: > > The following is a note from a colleague of which I am skeptical: > > "fyi > .pl used to be used for both executables and libraries. > A library is simply perl code located in a different file which is > imported into another perl program with the 're

Re: perl extensions

2003-06-06 Thread James Edward Gray II
On Friday, June 6, 2003, at 11:27 AM, Francis Henry wrote: Thanks Aman. I think I understand what he's trying to do - I'm more concerned that this is the common practice with perl and I wasn't aware of it. Know what I mean? I've at least heard of it before, if that tells you anything. I bel

Re: perl extensions

2003-06-06 Thread Francis Henry
t; > - Original Message - > From: "Francis Henry" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, June 06, 2003 10:29 AM > Subject: perl extensions > > > Hi: > > > > The following is a note from a colleague of which I am skept

Re: perl extensions

2003-06-06 Thread Aman Raheja
with extension .pl Aman Raheja - Original Message - From: "Francis Henry" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 06, 2003 10:29 AM Subject: perl extensions > Hi: > > The following is a note from a colleague of which I am skeptica

perl extensions

2003-06-06 Thread Francis Henry
Hi: The following is a note from a colleague of which I am skeptical: "fyi .pl used to be used for both executables and libraries. A library is simply perl code located in a different file which is imported into another perl program with the 'require' keyword. Now that we hav

Re: Of LIB=, Makemaker, and alternate locations for libraries of perl extensions and apps

2002-11-07 Thread Michael G Schwern
On Fri, Nov 01, 2002 at 11:15:15AM -0800, George Szynal wrote: > For those who want/need to install a Perl app or extension without perturbing the >default perl library tree. > Possible reasons: >1. Disambiguating the existing libs from your libs (for testing perhaps) >2. Not wanting to or

Re: Of LIB=, Makemaker, and alternate locations for libraries of perl extensions and apps

2002-11-01 Thread sean finnigan
Thank you. George Szynal <[EMAIL PROTECTED]> wrote:For those who want/need to install a Perl app or extension without perturbing the default perl library tree. Possible reasons: 1. Disambiguating the existing libs from your libs (for testing perhaps) 2. Not wanting to or not having rights to log

Of LIB=, Makemaker, and alternate locations for libraries of perl extensions and apps

2002-11-01 Thread George Szynal
For those who want/need to install a Perl app or extension without perturbing the default perl library tree. Possible reasons: 1. Disambiguating the existing libs from your libs (for testing perhaps) 2. Not wanting to or not having rights to login as a supervisor (or as a user with admin ri