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\)
You need to have a web server installed that will call perl for the script. http://www.omnicron.ca has OMNIHTTP'd which is free for non-commercial use. If Perl is in your path, the web server will automatically call it and display the results to the browser. Keep in mind that something that wo

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