Perl
Please post all Perl help and support topics here.
30 topics in this forum
-
Everytime I try to use Cgi-bin it always gives me a 500 error. I created a folder in my www folder called cgi-bin and tried it there, i've tried to main cgi-bin foler in w:\ and no matter what script I have it always screws up! Please help me!
-
- 8 replies
- 13.9k views
-
-
Ok...sorry for being so short with this one but I have a cgi script that is producing the following error in my apache error log: [Tue Oct 11 17:05:28 2005] [error] [client 127.0.0.1] Premature end of script headers: setup.cgi [Tue Oct 11 17:05:28 2005] [error] [client 127.0.0.1] Can't locate DB_File.pm in @INC (@INC contains: W:/usr/lib .) at W:/cgi-bin/setup.cgi line 15.\r [Tue Oct 11 17:05:28 2005] [error] [client 127.0.0.1] BEGIN failed--compilation aborted at W:/cgi-bin/setup.cgi line 15.\r The part of the script 'I believe' it is hanging up on is: #!/usr/bin/perl ################################################################# # The Cool Ho…
-
- 3 replies
- 11.9k views
-
-
Hello, Thanks for a exelent package with perl apache mysql etc. I am used to the PPM from activestate because i run Windows XP But my problem is that I cant use PPM in the uniform server, so I really dont know how to install the DBI module. I tried installing it with perl makefile.pl and then dmake ( alså tried nmake and just make) but none of them worked, I never tried installing a module that way, and I'm kinda new at perl. So I hope some one would help me install DBI module on my Windows XP. (Why not include the DBI module in the next release, its a comon and well used module.) Many thanks Best Regards Martin Tygsen
-
- 6 replies
- 17.6k views
-
-
HiHo, first thanks for your great work, i'm using the Uniformserver since the early 2.x releases and it safed me lots of time. Now a Perl related question, i tried to include a module in one of my perl scripts, but it doesnt work. Perl-Script first two lines, without the second the script works fine: #!/usr/bin/perl use Time::HiRes; Error-Log: [Mon Jul 11 13:34:09 2005] [error] [client 127.0.0.1] Premature end of script headers: test.pl [Mon Jul 11 13:34:09 2005] [error] [client 127.0.0.1] Can't locate loadable object for module Time::HiRes in @INC (@INC contains: W:/usr/lib .) at W:/cgi-bin/test.pl line 2\r [Mon Jul 11 13:34:09 2005] [error] [client 127.0.0.1] Co…
-
- 6 replies
- 20k views
-
-
I need to add several packages to the Perl lib. on my XP server. I found what I needed from http://ppm.activestate.com/PPMPackages/zip...s-only/Windows/ but don't know how install into uniserver. There's not a ppm file to load up the modules. ex: ppm install Unix.ppd Actually, I wouldn't mind installing the full Perl version into uniserver if possible, but will settle for adding PPMPackages as they are needed.
-
- 3 replies
- 13k views
-