Re: dbi.pm install errors

2003-01-05 Thread Octavian Rasnita
If you want to install it using nmake.exe you will need to have a C compiler installed for some modules. I was able to install DBI using ppm under Perl 5.6.1 and ppm2 under Perl 5.8.0. I've installed it under Windows 2000 however. Teddy, Teddy's Center: http://teddy.fcc.ro/ Email: [EMAIL PROTECTE

Re: what's going on here?

2003-01-05 Thread Octavian Rasnita
The problem is not with your perl program but with the configuration of your web server. Why don't you use Apache instead? -- Teddy, Teddy's Center: http://teddy.fcc.ro/ Email: [EMAIL PROTECTED] "Phill" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi there I

Re: Prints the code

2003-01-05 Thread Craig Dean
remove .exe from the shebang line. should be #!/usr/bin/perl Windows does not use this line You must setup perl in IIS. If you are using Active State It tells you how to do this in the docs ActivePerl FAQ subheading Windows Specific The line you need to add is .pl C:\perl %s %s .pl is the extensio

Printing the code

2003-01-05 Thread Phill
Hi there I am having trouble getting my first Perl(CGI)scripts to work, Im very new to Perl and CGI. When I run the following code in a browser it shows the code and not just "Hello world!" as it should. Im running WinXP and I am using VQServer. I dont believe it is a problem with finding the in

Prints the code

2003-01-05 Thread Phill
Hi there I am having trouble getting my first Perl(CGI)scripts to work, Im very new to Perl and CGI. When I run the following code in a browser it shows the code and not just "Hello world!" as it should. Im running WinXP and I am using VQServer. I dont believe it is a problem with finding t

re: dbi.pm install errors

2003-01-05 Thread Michael Podpolucki
Ganesh, I read your post to beginners-cgi posting board. I would appreciate any help you can provide. I had the following error installing DBI.pm (DBI-1.32 version) on WinXP machine and was wondering if you got a solution? I used makefile.pl and was successful but the following fatal error occu

Whats going on here?

2003-01-05 Thread Phill
Hi there I am having trouble getting my first Perl(CGI)scripts to work, Im very new to Perl and CGI. When I run the following code in a browser it shows the code and not just "Hello world!" as it should. Im running WinXP and I am using VQServer. I dont believe it is a problem with finding the in