PDA

View Full Version : perl wont work


m4v1s
10-31-2002, 01:48 AM
have lerned and coded a bunch of perl but when i run it in DOS, IE, opera it does not do anything. am i doing something wrong? please help!!!

chrisvmarle
10-31-2002, 08:00 AM
In DOS it should be used like this:
C:\Mijn Documenten>perl script.pl
You have to have a PATH set to your perl-dir (C:\Perl\bin\?)
Or use it like this:
C:\Mijn Documenten>c:\perl\bin\perl script.pl
(.pl could also be .cgi)

To run it in IE you need a webserver like Apache (http://httpd.apache.org).

I this for opera you need the same as for IE.

Mzzl, Chris