|
-
Jun 22nd, 2001, 01:39 PM
#1
Thread Starter
Fanatic Member
Perl and PWS
How do you install Perl so it can be used with PWS? I'm using active perl from activestate.com.
Alcohol & calculus don't mix.
Never drink & derive.
-
Jun 22nd, 2001, 02:06 PM
#2
Black Cat
The version they have for download should install it automatically. You may have to allow 'Execute" on a folder to get the scripts to work.
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Jun 23rd, 2001, 08:36 PM
#3
Thread Starter
Fanatic Member
Problem...
How can I get it to actually execute the scripts? Right now all it is doing is showing the actual script code. I set the folder to Execute, but I think I have to set something else to point to the Perl interpreter. Anyone have an idea?
Alcohol & calculus don't mix.
Never drink & derive.
-
Jun 23rd, 2001, 09:12 PM
#4
Hyperactive Member
make sure you have activeperl installed and make this registry edit
in regedit go to:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\Parameters\Script Map
then make a new string value and call it ".pl" or ".cgi" or make two of them that contain the following values.
Make the value data to read "C:\Perl\bin\perl.exe %s %s"
Of course, if perl is in a different spot then change it.
-
Jun 24th, 2001, 06:55 PM
#5
Thread Starter
Fanatic Member
Ok, thanks. Works good now.
Alcohol & calculus don't mix.
Never drink & derive.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|