Re: Working with Perl Modules

2001-12-09 Thread Sharat Hegde
staller/Local.pm line 53. I do not have a p4view directory on my machine. Can someone help? With Regards, Sharat >From: "Lanceo" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: Working with Perl Modules >Date: Fri, 7 Dec 2001 20:04:54 - > >

Re: Working with Perl Modules

2001-12-07 Thread Lanceo
Aha! I just found out that ActiveState uses the ppm thingy instead of the manual method. I just d/l the latest Win32 ActiveState, installed it and used ppm3. Installation was a breeze. But for two days I have been trying to use make, nmake or dmake. I could not find a reference to make at the

Re: Working with Perl Modules

2001-12-07 Thread Scott R. Godin
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Peter Scott) wrote: > At 04:24 PM 12/7/01 +, Lanceo wrote: > >Does just copying a module work? > > Not in general. I applied my amazing powers of perception in this case and > took an educated guess that you could get away with it for >

Re: Working with Perl Modules

2001-12-07 Thread Peter Scott
At 04:24 PM 12/7/01 +, Lanceo wrote: >Does just copying a module work? Not in general. I applied my amazing powers of perception in this case and took an educated guess that you could get away with it for HTML::Template. This offer does not apply to all modules, void where prohibited and

Re: Working with Perl Modules

2001-12-07 Thread Lanceo
Does just copying a module work? Some of the modules have, for lack of a better term, 'text' embeded into them, and the package has so many other files that must have some purpose. I'm just worried about copying a module and having pieces missing... "Peter Scott" <[EMAIL PROTECTED]> wrote in me

Re: Working with Perl Modules

2001-12-07 Thread Peter Scott
At 12:27 PM 12/7/2001 +, Lanceo wrote: >I am also using both and this morning tried to use make, to no avail. >Someone else gave me the tip to try >perl -V:make >to see what version of make my installs use, one returns with 'make=nmake;' >so I tried nmake instead... but neither make nor nmake

Re: Working with Perl Modules

2001-12-07 Thread Lanceo
I am also using both and this morning tried to use make, to no avail. Someone else gave me the tip to try perl -V:make to see what version of make my installs use, one returns with 'make=nmake;' so I tried nmake instead... but neither make nor nmake are recognized as valid programs in dos. I have

RE: Working with Perl Modules

2001-12-07 Thread Sharat Hegde
, Sharat >From: "Crowder, Rod" <[EMAIL PROTECTED]> >To: 'Sharat Hegde' <[EMAIL PROTECTED]>, [EMAIL PROTECTED] >Subject: RE: Working with Perl Modules >Date: Fri, 7 Dec 2001 10:32:16 - > >Do you have Active State's perl? The package is av

RE: Working with Perl Modules

2001-12-07 Thread Crowder, Rod
Do you have Active State's perl? The package is available using PPM from their repository, and shouldn't need any compilation. -Original Message- From: Sharat Hegde [mailto:[EMAIL PROTECTED]] Sent: 07 December 2001 06:45 To: [EMAIL PROTECTED] Subject: Working with Perl Modules Hello, I