AW: Problem in installing ActivePerl 5.10 on Windows 7 with x64 chipset

2010-04-15 Thread Thomas Bätzler
Hi, Rene Schickbauer wrote: > For me, the msi packages worked quite well for the last few years. > Altough i'm currently using the x86 versions due to some trouble with a > few packages - mostly the ones that link to an external closed-source > library, but i also had troubles with DBD::Pg. As f

Re: Problem in installing ActivePerl 5.10 on Windows 7 with x64 chipset

2010-04-15 Thread Rene Schickbauer
Sisyphus wrote: All four of those packages should install and run fine on 64-bit windows. I can vouch for that re the x86 and x64 zip packages on Vista 64, but I've not personally tried the msi packages (as I'm always worried they'll do something I don't want them to do ... possibly that's ju

Re: Problem in installing ActivePerl 5.10 on Windows 7 with x64 chipset

2010-04-15 Thread Sisyphus
- Original Message - From: "Bob McConnell" Has ActiveState produced a 64 bit package yet? Yes, x64 packages have been available for a couple of years (give or take). That is, ActiveState currently provide an msi package for both x86 (32-bit build of perl) and x64 (64-bit build o

RE: Problem in installing ActivePerl 5.10 on Windows 7 with x64 chipset

2010-04-14 Thread Bob McConnell
From: Sisyphus > - Original Message - > From: "CHAN, KENNETH >> I tried to Google it but couldn't find a solution. Do you have any >> idea how to fix it and install ActivePerl properly? Thanks in advance. >> >>

RE: Problem in installing ActivePerl 5.10 on Windows 7 with x64 chipset

2010-04-14 Thread CHAN, KENNETH 1 [AG/7721]
> Not really - seems like some sort of permissions issue. Someone on the > ActivePerl mailing list might have a better idea. I use the x64 build of > ActivePerl 5.10.1 (build 1007) - but I installed from the .zip package > (instead of the msi installer). > If you think that could

Re: Problem in installing ActivePerl 5.10 on Windows 7 with x64 chipset

2010-04-14 Thread Sisyphus
- Original Message - From: "CHAN, KENNETH 1 [AG/7721]" To: I tried to Google it but couldn't find a solution. Do you have any idea how to fix it and install ActivePerl properly? Thanks in advance. === Not really - seems li

Re: Problem in installing ActivePerl 5.10 on Windows 7 with x64 chipset

2010-04-13 Thread Rene Schickbauer
Hi! The OS is Windows 7 with x64 chipset. I downloaded the ActivePerl 5.10 for x64 ( http://downloads.activestate.com/ActivePerl/releases/5.10.1.1007/ActiveP erl-5.10.1.1007-MSWin32-x64-291969.msi ). After installation, it shows: - -couldn't make registry

Problem in installing ActivePerl 5.10 on Windows 7 with x64 chipset

2010-04-13 Thread CHAN, KENNETH 1 [AG/7721]
Hello all, I was helping a friend to install activeperl but encountered a weird error. The OS is Windows 7 with x64 chipset. I downloaded the ActivePerl 5.10 for x64 ( http://downloads.activestate.com/ActivePerl/releases/5.10.1.1007/ActiveP erl-5.10.1.1007-MSWin32-x64-291969.msi ). After

Re: Need emergency help for ActivePerl HomeWork.

2010-03-01 Thread charlieR
On Mar 1, 2010, at 3:45 PM, J. D. wrote: This is my first post to the list but I doubt anyone here will do your homework. On 3/1/10, freefrank wrote: Any body could help me code these 4 modules on http://moodle.cs.ualberta.ca/mod/assignment/view.php?id=14448 great thanks! -- To unsubs

Re: Need emergency help for ActivePerl HomeWork.

2010-03-01 Thread J. D.
This is my first post to the list but I doubt anyone here will do your homework. On 3/1/10, freefrank wrote: > Any body could help me code these 4 modules on > http://moodle.cs.ualberta.ca/mod/assignment/view.php?id=14448 > great thanks! > > > -- > To unsubscribe, e-mail: beginners-unsubscr...@

Need emergency help for ActivePerl HomeWork.

2010-03-01 Thread freefrank
Any body could help me code these 4 modules on http://moodle.cs.ualberta.ca/mod/assignment/view.php?id=14448 great thanks! -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: activeperl

2008-09-06 Thread sisyphus
On Sep 5, 5:49 am, [EMAIL PROTECTED] (Frazzmata) wrote: > I have a machine in my office without internet access. That doesn't mean you can't use ppm to install perl modules. It just means you have to get the ppm packages onto this machine so that you can do a local ppm install. The ppm packages ca

Re: activeperl

2008-09-06 Thread Jeff Pang
2008/9/6 frazzmata <[EMAIL PROTECTED]>: > On Sep 4, 11:47 pm, [EMAIL PROTECTED] (Vyacheslav Karamov) wrote: >> >> I think the better way is to install Linux (Open Suse or Kubuntu) and >> forget pain with modules installation. > > believe me, If I could I would. I am forced through circumstance to >

Re: activeperl

2008-09-06 Thread frazzmata
On Sep 4, 11:47 pm, [EMAIL PROTECTED] (Vyacheslav Karamov) wrote: > frazzmata пишет:> I have a machine in my office without internet access. > > I want to download modules to install on that computer, but I Cant use > > ppm > > are there installers that dont require them to be made with some sort >

Re: activeperl

2008-09-04 Thread Vyacheslav Karamov
frazzmata пишет: I have a machine in my office without internet access. I want to download modules to install on that computer, but I Cant use ppm are there installers that dont require them to be made with some sort of dmake or nmake? of course if necessary I have visual C, so I guess I can do

activeperl

2008-09-04 Thread frazzmata
I have a machine in my office without internet access. I want to download modules to install on that computer, but I Cant use ppm are there installers that dont require them to be made with some sort of dmake or nmake? of course if necessary I have visual C, so I guess I can do that if I need to..

Re: Setup of ActivePerl Modules HELP!

2005-05-10 Thread [EMAIL PROTECTED]
Hi, I have a Perl script that requires the following module to be installed. use File::Find; open(IN,$File::Find::name) or ... type something like that. btw, it's in the documentation :-) perl -MFile::Find -e 1;# if it doesn't complain it's installed --manfred -- To unsubscribe, e-mail: [EMAIL

RE: Setup of ActivePerl Modules HELP!

2005-05-10 Thread Cristi Ocolisan
Hi Flash -:) Usually the File::Find module is already installed with your perl distribution. CO -Original Message- From: FlashMX [mailto:[EMAIL PROTECTED] Sent: 10 mai 2005 15:42 To: beginners@perl.org Subject: Re: Setup of ActivePerl Modules HELP! Hi, I have a Perl script that

Re: Setup of ActivePerl Modules HELP!

2005-05-10 Thread FlashMX
Hi, I have a Perl script that requires the following module to be installed. use File::Find; open(IN,$File::Find::name) or ... WHen I ran the PPM and did a search for "Find" I couldn't find the module "File-Find"? Which one do I have to install? This is what gets listed: 26. File-Find-Du

Re: ActivePerl repositories

2005-03-17 Thread Jenda Krynicky
From: Peter Rabbitson <[EMAIL PROTECTED]> > I have a general question concerning module availability for > ActiveState Perl. I asked on this list several month ago where to get > the DateTime suite modules, and somebody pointed me to a certain > repository at the University of Winnipeg. Now I am in

Re: ActivePerl repositories

2005-03-17 Thread Bob Showalter
Peter Rabbitson wrote: I have a general question concerning module availability for ActiveState Perl. I asked on this list several month ago where to get the DateTime suite modules, and somebody pointed me to a certain repository at the University of Winnipeg. Now I am in need of HTTP::Cookies and

Re: ActivePerl repositories

2005-03-17 Thread Offer Kaye
On Thu, 17 Mar 2005 18:39:53 -0500, Peter Rabbitson wrote: > and it is pretty much up to the good will of someone to compile a > certain module and and serve it from a local server? > That's pretty much the situation. Of course, there's always Google :-) In any case, for HTTP::Cookies you don't h

ActivePerl repositories

2005-03-17 Thread Peter Rabbitson
I have a general question concerning module availability for ActiveState Perl. I asked on this list several month ago where to get the DateTime suite modules, and somebody pointed me to a certain repository at the University of Winnipeg. Now I am in need of HTTP::Cookies and instead being pinpoi

Re: ActiveState ActivePerl 5.8 - system call

2004-01-06 Thread R. Joseph Newton
[EMAIL PROTECTED] wrote: > You see, with cgi scripting if you attempt to write to the browser without > first printing > "Content-type: text/html\n\n" > > You will get an error, and I thing this is what you are seeing. Actually, at least on my installation, IIS will return error messages to the b

Re: ActiveState ActivePerl 5.8 - system call

2004-01-06 Thread R. Joseph Newton
Dan Muey wrote: > > $exit_value = $? >> 8; bit 8 [0 bit on high byte] > > $signal_num = $? & 127; value of 7 lowest bits > > $dumped_core = $? & 128;bit 7 [highest bit of low byte] > Just curious, what is happening here with the >> and the &. > I see there's a 128 ther

RE: ActiveState ActivePerl 5.8 - system call

2004-01-06 Thread Dan Muey
> Dan Muey wrote: > > > > > Also IIS is, with all due respect and apologies for being OT, crap. > > Not the case, Dan. While I would never expose IIS to the > public Internet, it is an excellent tool for debugging CGI > scripts. It puts a minimum of extraneous configuration grief > into the

Re: ActiveState ActivePerl 5.8 - system call

2004-01-06 Thread R. Joseph Newton
Dan Muey wrote: > > Also IIS is, with all due respect and apologies for being OT, crap. Not the case, Dan. While I would never expose IIS to the public Internet, it is an excellent tool for debugging CGI scripts. It puts a minimum of extraneous configuration grief into the process, and usually

RE: ActiveState ActivePerl 5.8 - system call - RESOLVED

2004-01-06 Thread Atul Vohra
Hi, Found out that the PATH size was smaller when running from the web (IIS) compared to the command prompt. Obviously, the most important path reqd for the C code was at the end. Thanks for everyone's input. Atul -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

RE: ActiveState ActivePerl 5.8 - system call

2004-01-06 Thread William.Ampeh
Could you please try this: print "Content-type: text/html\n\n$exit_value, $signal_num, $dumped_core\n"; __ William Ampeh (x3939) Federal Reserve Board -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: ActiveState ActivePerl 5.8 - system call

2004-01-06 Thread William.Ampeh
You see, with cgi scripting if you attempt to write to the browser without first printing "Content-type: text/html\n\n" You will get an error, and I thing this is what you are seeing. If your "validate.exe" displays any information, you need to somehow capture this, and then figure out in you

RE: ActiveState ActivePerl 5.8 - system call

2004-01-06 Thread Atul Vohra
Hi, What did you mean by: > This system() call is most likely not using the shell. validate.exe checks for arguments and prints the usage in the log file. From IIS nothing is written in the log file and this being the first thing validate.exe does . Atul On Tue, 6 Jan 2004 11:19:42 -0800,

RE: ActiveState ActivePerl 5.8 - system call

2004-01-06 Thread Dan Muey
value is 128 (instead of 0). > Since it's comign from a webserver do you have an apropriate contetn type header before any output? What do your logs say about it? > Thanks > Atul > > On Tue, 6 Jan 2004 12:56:50 -0600, "Dan Muey" wrote: > > > > > &g

RE: ActiveState ActivePerl 5.8 - system call

2004-01-06 Thread Bakken, Luke
> $arg1="userid"; > $arg2="password"; > @args = ("C:\\perlcode\\validate.exe","$arg1","$arg2"); > system(@args); This system() call is most likely not using the shell. > $exit_value = $? >> 8; > $signal_num = $? & 127; > $dumped_core = $? & 128; > print "$exit_value, $signal_num, $dumped_core\n

RE: ActiveState ActivePerl 5.8 - system call

2004-01-06 Thread Atul Vohra
lidate.exe. $exit_value is 128 (instead of 0). Thanks Atul On Tue, 6 Jan 2004 12:56:50 -0600, "Dan Muey" wrote: > > > Hi, > > Howdy > > > > > We have a perl/cgi script (ActivePerl 5.8) which calls > > a executable (C code) using the system command

RE: ActiveState ActivePerl 5.8 - system call

2004-01-06 Thread Dan Muey
> Hi, Howdy > > We have a perl/cgi script (ActivePerl 5.8) which calls > a executable (C code) using the system command. > Ex: > . > @args = ("C:\\perlcode\\sample.pl", "arg1", "arg2"); > system(@args); $exit_value = $? >> 8

ActiveState ActivePerl 5.8 - system call

2004-01-06 Thread Atul Vohra
Hi, We have a perl/cgi script (ActivePerl 5.8) which calls a executable (C code) using the system command. Ex: . @args = ("C:\\perlcode\\sample.pl", "arg1", "arg2"); system(@args); $exit_value = $? >> 8; $signal_num = $? & 127; $dumped_core = $

Problems with PPM and ActivePerl

2003-08-14 Thread KING,SETH (HP-Boise,ex1)
I recently installed the ActivePerl 5.8.0.806 on my Win2k box. I installed it in the default location "C:\Perl" and have not moved it or done anything to the installation. When I type "ppm" at the C:\ prompt I get the following error: "Error: neither 'HKEY_LOCAL_MA

Re: Problems with PPM and ActivePerl

2003-08-14 Thread David Wall
--On Tuesday, August 12, 2003 2:32 PM -0400 "KING,SETH (HP-Boise,ex1)" <[EMAIL PROTECTED]> wrote: I recently installed the ActivePerl 5.8.0.806 on my Win2k box. I installed it in the default location "C:\Perl" and have not moved it or done anything to the installation.

Re: ActivePerl 5-6-1 build 633

2003-03-13 Thread Mr. Horace Franklin Jr.
: Wednesday, March 12, 2003 11:58 PM Subject: Re: ActivePerl 5-6-1 build 633 "Mr. Horace Franklin Jr." wrote: Most Excellent ones, I have installed ActivePerl 5-6-1 build 633 on my PC(WIN).Can I use this program on my stand alone PC to test the syntaxof perl CGI scripts? If the ans

Re: ActivePerl 5-6-1 build 633

2003-03-12 Thread R. Joseph Newton
"Mr. Horace Franklin Jr." wrote: > Most Excellent ones, I have installed ActivePerl 5-6-1 build 633 on my PC(WIN).Can I > use this program on my stand alone PC to test the syntaxof perl CGI scripts? If the > answer is yes. Are there any tips for configuring perl? Novice Yes

ActivePerl 5-6-1 build 633

2003-03-12 Thread Mr. Horace Franklin Jr.
Clear DayMost Excellent ones, I have installed ActivePerl 5-6-1 build 633 on my PC (WIN). Can I use this program on my stand alone PC to test the syntax of perl CGI scripts? If the answer is yes. Are there any tips for configuring perl? Novice

Re: ActivePerl: Any Alternatives to MS-DOS Prompt?

2002-09-21 Thread rob
Marshall Goldberg wrote: >In Windows, Perl runs from the command (DOS) prompt, and I can't scroll in the >command window. > > sorry for the dual reply but go to start> run> cmd on nt /2000 or command on 95/98 click on the upper left hand dos icon click edit > scroll or properties and modify

Re: ActivePerl: Any Alternatives to MS-DOS Prompt?

2002-09-21 Thread rob
Marshall Goldberg wrote: >In Windows, Perl runs from the command (DOS) prompt, and I can't scroll in the >command window. > > sorry for the dual reply but go to sratr > run> cmd on nt /2000 or command on 95/98 on the upper left hand dos icon click edit > scroll or properties and modify the

Re: ActivePerl: Any Alternatives to MS-DOS Prompt?

2002-09-21 Thread rob
Marshall Goldberg wrote: >In Windows, Perl runs from the command (DOS) prompt, and I can't scroll in the >command window. > >Is there anything I can install (besides Linux :) that will let me run Perl >applications and view console output in a scrollable window? > > Try http://open-perl-ide.

Re: ActivePerl: Any Alternatives to MS-DOS Prompt?

2002-09-21 Thread Tim Musson
Hey Marshall, My MUA believes you used Microsoft Outlook Express 5.50.4807.1700 to write the following on Saturday, September 21, 2002 at 6:23:46 PM. MG> In Windows, Perl runs from the command (DOS) prompt, and I can't MG> scroll in the command window. MG> Is there anything I can insta

ActivePerl: Any Alternatives to MS-DOS Prompt?

2002-09-21 Thread Marshall Goldberg
In Windows, Perl runs from the command (DOS) prompt, and I can't scroll in the command window. Is there anything I can install (besides Linux :) that will let me run Perl applications and view console output in a scrollable window? TIA, Marshall Goldberg

Re: ActivePerl issue with select()

2002-09-19 Thread Jenda Krynicky
oticed this gem in Network Programming with > Perl, "...the Win32 port of Perl does not support select() on > non-socket filehandles..." Lovely. Technically, I'm not on Windows > but I have been trying to keep the code portable, so my questions are: > > 1. Is

ActivePerl issue with select()

2002-09-19 Thread James Edward Gray II
rk Programming with Perl, "...the Win32 port of Perl does not support select() on non-socket filehandles..." Lovely. Technically, I'm not on Windows but I have been trying to keep the code portable, so my questions are: 1. Is this still a true statement about ActivePerl in cu

Re: ActivePerl problem

2002-05-27 Thread mark
> I would suggest you try changing it again. When you went in to change > it, did you have admin rights in the OS on that box? > > If it was not in the response to the Path cmd, then it did not 'take'. > > -- > [EMAIL PROTECTED] I figured out my problem. I didn't add it to the "Path" myself.

Re: ActivePerl problem

2002-05-27 Thread Tim Musson
Hey mark, My MUA believes you used Microsoft Outlook Express 5.50.4522.1200 to write the following on Sunday, May 26, 2002 at 7:36:13 PM. >> It has always just worked for me... when you drop to a cmd prompt and >> type 'path' what do you get? here is what mine looks like >> PATH=D:\Perl\bin\;

Re: ActivePerl problem

2002-05-26 Thread mark
> It has always just worked for me... when you drop to a cmd prompt and > type 'path' what do you get? here is what mine looks like > PATH=D:\Perl\bin\;C:\WINNT\system32;C:\WINNT;... > that part for \perl\bin is what you are looking for. When you edited > it (as you say above) where did you ed

Re: ActivePerl problem

2002-05-26 Thread Tim Musson
Hey mark, My MUA believes you used Microsoft Outlook Express 5.50.4522.1200 to write the following on Sunday, May 26, 2002 at 12:47:39 AM. m> Hi, m> I can't seem to get ActivePerl working on my win2k machine. m> I checked my enviroment variables and found it not there. I edited

Re: ActivePerl problem

2002-05-26 Thread mark
ome advice, but it really doesn't seem VeryActive. Thanks, Mark - Original Message - From: "Leila Lappin" <[EMAIL PROTECTED]> To: "mark" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, May 26, 2002 4:01 PM Subject: Re: ActivePerl problem

Re: ActivePerl problem

2002-05-26 Thread Leila Lappin
Hi Mark, I downloaded ActivePerl yesterday and it seems to work, though I haven't tested any scripts with it yet. I thought it might help to check what was downloaded. I downloaded my copy from http://www.activestate.com/Products/Download/Get.plex?id=ActivePerl&a=e After re

ActivePerl problem

2002-05-25 Thread mark
Hi, I can't seem to get ActivePerl working on my win2k machine. I checked my enviroment variables and found it not there. I edited my ev's to include Perl: C:\Perl\bin and tried C:\Perl\bin\perl.exe; I tried it both as User and as Admin. I tried perl -v to test it out in both cas

Installing ActivePerl

2002-05-04 Thread Dean Theophilou
Hello: I was wondering if Perl has to be installed on the root of a drive. If not, then are there any disadvantages associated with NOT putting it on the root of a drive? It's been a while since I've installed Perl, but I vaguely remember there being some kind of advantage to putting Pe

Re: Brand New Perl Beginner - trouble using activePerl

2002-04-30 Thread Michael M. L. Broggy
On Tue, 30 Apr 2002, Larry wrote: > Anyway, I do not see the program run. Of course I am doing something very > basic wronganyone know what it is??? Thanks !!! What "program" is it? You likely won't see it do much in the GUI in the normal course of things, as Perl will usually do things

Re: Brand New Perl Beginner - trouble using activePerl

2002-04-30 Thread Harry Jackson
> > From: Larry[SMTP:[EMAIL PROTECTED]] > > > Hey ))) > > I am learning perl now for use with CGI. > > I installed active Perl on both windows Millenium AND windows XP > systems. > > Both of the fail to run a .pl file. I see a window flash on the > screen for a part of a second and the

RE: Brand New Perl Beginner - trouble using activePerl

2002-04-30 Thread David Gray
> I am learning perl now for use with CGI. > > I installed active Perl on both windows Millenium AND windows > XP systems. > > Both of the fail to run a .pl file. I see a window flash on > the screen for a part of a second and then disappear.the > window looks like it is a DOS command wi

Re: Brand New Perl Beginner - trouble using activePerl

2002-04-30 Thread Josef E. Galea
ED]> Sent: Wednesday, May 01, 2002 12:01 AM Subject: Brand New Perl Beginner - trouble using activePerl > Hey ))) > > I am learning perl now for use with CGI. > > I installed active Perl on both windows Millenium AND windows XP systems. > > Both of the fail to run a .pl

RE: Brand New Perl Beginner - trouble using activePerl

2002-04-30 Thread Nikola Janceski
ct: Brand New Perl Beginner - trouble using activePerl > > > Hey ))) > > I am learning perl now for use with CGI. > > I installed active Perl on both windows Millenium AND windows > XP systems. > > Both of the fail to run a .pl file. I see a window flash on > the

Brand New Perl Beginner - trouble using activePerl

2002-04-30 Thread Larry
Hey ))) I am learning perl now for use with CGI. I installed active Perl on both windows Millenium AND windows XP systems. Both of the fail to run a .pl file. I see a window flash on the screen for a part of a second and then disappear.the window looks like it is a DOS command window. Any

net::telnet and ActivePerl

2002-02-28 Thread Craig Williams
Running ActivePerl 5.6.1 and using the net::telnet module i get the following error: Argument "" isn't numeric in numeric gt (>) at C:/Perl/lib/Net/Telnet.pm line 2569. The script generating this is : #!perl -w use Net::Telnet; $telnet = new Net::Te

Re: No "make", "nmake", or "dmake" in build 628 of ActivePerl for Win32?

2001-07-24 Thread Daniel Dwyer
vestates PPM. Read more about it here. http://aspn.activestate.com/ASPN/Products/ActivePerl/faq/ActivePerl-faq2.htm l -D -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

No "make", "nmake", or "dmake" in build 628 of ActivePerl for Win32?

2001-07-24 Thread Bob Abugov
Hi, I'm trying to build modules on a Win2K system using the Perl make command. What do I need to do? When I try to use it after building a Makefile, Perl can't seem to find here's what I get: >perl Makefile.PL Checking for URI ... Checking if your kit is complete ... Looks good Writing Makef

Re: Re[2]: ActivePerl - how does one configure for HTML

2001-07-21 Thread Sergio Gonzalez
tried to test it with an html form, but i wasn't sure what the shebang line should be, i just put the #!path to my activeperl or how the ACTION= should be addressed. anyway, the whole thing seems kind of clunky, i think i'll look into some other way of testing my cgi perl. (how come cgi

Re[2]: ActivePerl - how does one configure for HTML

2001-07-21 Thread Tim Musson
Monday, July 16, 2001, 4:23:26 PM, my MUA believes you used (X-Mailer not set) to write: BWM> On Mon, 16 Jul 2001, Stout, Joel R wrote: >> WinNT comes with "Personal Web Server" (PWS) which is how I'm learning Perl >> CGI. You can put your scripts in C:\Inetpub\wwwroot\cgi-bin. You can then >>

Re: ActivePerl - how does one configure for HTML

2001-07-17 Thread Joel Divekar
Hi Scott I was having sleepless nights because of the same problem I tried whatever I could, tried configuring PWS it didn't work surely will check the link. One right solution can help many more lives Thanks a lot Regards Joel At 08:09 PM 7/17/2001 +1000, you wrote: > > > WinNT co

Re: ActivePerl - how does one configure for HTML

2001-07-17 Thread Scott Buckley
> > WinNT comes with "Personal Web Server" (PWS) which is how I'm learning Perl > > CGI. You can put your scripts in C:\Inetpub\wwwroot\cgi-bin. You can then > > run them by going to: > > your_homepage\cgi-bin\your_script.pl. I'm not sure if Windows 98 comes with > > PWS. Sorry I couldn't be o

RE: ActivePerl - how does one configure for HTML

2001-07-16 Thread Brett W. McCoy
On Mon, 16 Jul 2001, Stout, Joel R wrote: > WinNT comes with "Personal Web Server" (PWS) which is how I'm learning Perl > CGI. You can put your scripts in C:\Inetpub\wwwroot\cgi-bin. You can then > run them by going to: > your_homepage\cgi-bin\your_script.pl. I'm not sure if Windows 98 comes w

RE: ActivePerl - how does one configure for HTML

2001-07-16 Thread Stout, Joel R
;t be of more help - just learning myself. Joel -Original Message- From: Brett W. McCoy [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 1:07 PM To: Christopher Williams Cc: [EMAIL PROTECTED] Subject: Re: ActivePerl - how does one configure for HTML On Mon, 16 Jul 2001, Christo

Re: ActivePerl - how does one configure for HTML

2001-07-16 Thread Brett W. McCoy
On Mon, 16 Jul 2001, Christopher Williams wrote: > I don't think I am, I'm not trying to post a webpage to a server, just > learn perl and html on my local machine. Do I need to setup a server > function on it ? You certainly do need a web server before you can run CGI scripts on the server side

Re: ActivePerl - how does one configure for HTML

2001-07-16 Thread Perl \(Toms Computers\)
- Original Message - From: "Christopher Williams" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 16, 2001 3:07 PM Subject: ActivePerl - how does one configure for HTML I have Active Perl installed on my laptop and it works find on the command line but

Re: ActivePerl - how does one configure for HTML

2001-07-16 Thread Brett W. McCoy
On Mon, 16 Jul 2001, Christopher Williams wrote: > Sorry, > > Windows98. And the web server you are using? -- Brett http://www.chapelperilous.net/btfwk/ Youth is a disease from which we a

Re: ActivePerl - how does one configure for HTML

2001-07-16 Thread Christopher Williams
Sorry, Windows98. Thanks Christopher On Mon, 16 Jul 2001, Christopher Williams wrote: > I have Active Perl installed on my laptop and it works find on the > command line but when I try and call a .pl file from HTML I get the > code displayed instead of the correct output. I found references t

Re: ActivePerl - how does one configure for HTML

2001-07-16 Thread Brett W. McCoy
On Mon, 16 Jul 2001, Christopher Williams wrote: > I have Active Perl installed on my laptop and it works find on the > command line but when I try and call a .pl file from HTML I get the > code displayed instead of the correct output. I found references to > associating perl with the browser but

ActivePerl - how does one configure for HTML

2001-07-16 Thread Christopher Williams
I have Active Perl installed on my laptop and it works find on the command line but when I try and call a .pl file from HTML I get the code displayed instead of the correct output. I found references to associating perl with the browser but I've get to get it right. Is there a website with det

Re: ActivePerl PPM Question

2001-07-04 Thread jcowan
Hello Joel, I think that your problem is in the ppd file. If you open it up you will see a bunch of stuff in there among which will be a line that looks like this: http://ppm.ActiveState.com/PPMpackages/5.6plus/MSWin32-x86-multi-thread/DBI.tar.gz"; You need to change this to be a relative pa

Re: ActivePerl PPM Question

2001-07-03 Thread Joel Divekar
Hi Bill I had faced this problem earlier I don't know why it is not installing the module if downloaded to the local machine but when you are connected to internet and when you try installing, it works properly. I have installed modules from behind proxy / firewall. If you find the solution pl

RE: ActivePerl PPM Question

2001-07-03 Thread Conrad, Bill (ThomasTech)
Hi Adrian I had a corrupt version of ppm. I re-installed and it works. Thanks Bill Conrad -Original Message- From: Ichim, Adrian [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 03, 2001 11:12 AM To: Conrad, Bill (ThomasTech) Subject: RE: ActivePerl PPM Question You may have

Re[2]: ActivePerl PPM Question

2001-07-03 Thread Tim Musson
Hey Bill, I have never grabbed the .zip files from ActiveState. I always just run PPM and let it get the files... I believe you can do it manually, I just have never had a reason to try. At a guess, you may have problems locating the .ppm file? Tuesday, July 03, 2001, 10:53:38 AM, my MUA beli

RE: ActivePerl PPM Question

2001-07-03 Thread Conrad, Bill (ThomasTech)
HI Tim Yes, I downloaded the Tk.zip file from ActiveState not CPAN and got this error. Thanks Bill Conrad -Original Message- From: Tim Musson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 03, 2001 10:42 AM To: [EMAIL PROTECTED] Subject: Re: ActivePerl PPM Question

Re: ActivePerl PPM Question

2001-07-03 Thread Tim Musson
Hey Bill, Tuesday, July 03, 2001, 10:05:47 AM, my MUA believes you used Internet Mail Service (5.5.2653.19) to write: CBT> Hi All CBT> Has anyone used ActivePerl's Perl Package Manager to install CPAN CBT> packages? I down loaded the Tk package and I am trying to install it locally CBT>

ActivePerl PPM Question

2001-07-03 Thread Conrad, Bill (ThomasTech)
Hi All Has anyone used ActivePerl's Perl Package Manager to install CPAN packages? I down loaded the Tk package and I am trying to install it locally with the following command ppm install Tk.ppd and I get the following error: Failed to load PPM_DAT file Can someone te

Re: Automatically generate html files for ActivePerl

2001-04-19 Thread Sean O'Leary
At 12:06 PM 4/19/2001, you wrote: >How can html help files be generated automatically from the makefile such >that documentation can be installed in ActivePerl with the ppm command ? > >Kind regards, > >Leo De Wael Take a look at Make::Maker, and in the ActiveState documents

Automatically generate html files for ActivePerl

2001-04-19 Thread De Wael, Leo
How can html help files be generated automatically from the makefile such that documentation can be installed in ActivePerl with the ppm command ? Kind regards, Leo De Wael