RE: X-Platform perl efficiency

2002-01-18 Thread Troy
I might give that a shot soon if I get some spare time. I have to re-install one of my Win2000 servers. Once I do that I might setup dual boot of Linux and do some testing. It will be interesting to see. Troy > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTE

Re: Module installation - problem with nmake

2002-01-18 Thread A. Santillan Iturres
Surajan, It worked partially. Now I can execute nmake without having to write the complete path, but it still lacks something: When doing nmake after perl Makefile.PL the process begins and after a while: ... mkdir blib\lib\auto mkdir blib\lib\auto\Win32 mkdir blib\lib\auto\Win32\GUI cp BitmapInl

RE: X-Platform perl efficiency

2002-01-18 Thread Cornish, Merrill
>>> Maybe someone should run some benchmarks to see. You would need a dual boot machine with Windows and Unix. Otherwise, the difference in the hardware platform would totally cloud any comparison. Merrill ___ Perl-Win32-Users mailing list [EMAIL PRO

Thread Support for ActivePerl v5.6.1 build 629

2002-01-18 Thread Yong Kwang Goh
btw, does my version of perl supports multi-threading anyway. it's documentation did mention about the Thread module but then it says that NOTE: The Thread extension requires Perl to be built in a particular way to enable the older 5.005 threading model. ActivePerl is not built this way, which me

RE: Module installation - problem with nmake

2002-01-18 Thread Subramoniam Rajan
Go to control panel - system - advanced - environment variables go to system variable "path" . append the path to your nmake.exe there. this is for Win2K -Original Message- From: A. Santillan Iturres [mailto:[EMAIL PROTECTED]] Sent: Friday, January 18, 2002 2:41 PM To: [EMAIL PROTECTED] Cc

Re: Module installation - problem with nmake

2002-01-18 Thread A. Santillan Iturres
I really do not know if it is specified or not. How can I check it? How can I specify that? Thank you! Alejandro - Original Message - From: "Subramoniam Rajan" <[EMAIL PROTECTED]> To: "A. Santillan Iturres" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday,

RE: Module installation - problem with nmake

2002-01-18 Thread Subramoniam Rajan
Do you have nmake specified in your env path? -Original Message- From: A. Santillan Iturres [mailto:[EMAIL PROTECTED]] Sent: Friday, January 18, 2002 1:40 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Module installation - problem with nmake I've installed several modules succ

RE: Module installation - problem with nmake

2002-01-18 Thread Tillman, James
> But certainly nmake is a .exe file. Yes, but it's not in your path. jpt ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Module installation - problem with nmake

2002-01-18 Thread A. Santillan Iturres
I've installed several modules succesfully, but when trying to instal both Win32-GUI or Tk, after doing perl makefile.pl the nmake fails and the error message is: C:\Perl\modules\Tk800.023>nmake Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All ri

RE: Does Perl have "caller"?

2002-01-18 Thread Rubinow, Larry
Soren Andersen wrote: > I want to know if there is a way to know what happened that > started the > currently executing perl interpreter (what I refer to for > brevity in the > Subject: line as "caller," although this may be a suspect > usage of that > term)? The exact sense of what I want