Re: NT Install ? wrt Perl versions

2000-01-03 Thread Waldek Grudzien
Try with ftp://theoryx5.uwinnipeg.ca/pub/other/ There is perl5.005_03, mod_perl-1.21, and Apache_1.3.9 built for Windows 95/98/NT made by Randy Kobes (easy to install and use... ;o) ) Regards, Waldek Grudzien _ http://www.uhc.lublin.pl/~waldekg/ University Health

Footer.pm - eagle book

2000-01-03 Thread Fernando Rowies
From example 4.1 of the eagle book. I don't understand in which directory I need to put the file Footer.pm and the html files that where affected by this module. I configured httpd.conf with: Location /footer SetHandler perl-script PerlHandler Apache::Footer /Location TIA Fernando Rowies

Invalid command 'PerlHandler' is caused by Y2k?

2000-01-03 Thread Jin Lu
Hi all, I have got an error output when I started apache(1.3.6) modperl(1.19) web server this morning after the New Year. The output is Syntax error on line 290 of /sw01/apache/etc/httpd.conf: Invalid command 'PerlHandler', perhaps mis-spelled or defined by a module not included in the server

Re: Invalid command 'PerlHandler' is caused by Y2k?

2000-01-03 Thread Stathy G. Touloumis
If I comment these lines out, I got some errors with PerlModules such as PerlModule Apache::DBI, PerlModule Apache::SSI etc when I started the web server. I cannot run "PerlHandler Apache::Registry" any more. I tried all possible ways I could. Is it any easy fix for the "Y2K problem"? or

can't open stdout--a problem about CGI

2000-01-03 Thread smash_list
from CGI script. This program has a parameter "outfile=" to specify where the output should be put. So I set it to "outfile=stdout", This is the statements in which I invoke the DB program: $command="#/bin/sh;; lookup $parameters -outfile=stdout"; system($command); But I got a error

Re: can't open stdout--a problem about CGI

2000-01-03 Thread Eric L. Brine
I think the script can't open STDOUT in a child process under CGI, a simpler statment: system("ls") didn't work too, until I chanaged it to: print `ls`; See http://perl.apache.org/guide/porting.html#Output_from_system_calls -- Eric L. Brine | Chicken: The egg's way of making more eggs.

diff like routine for a value for perl?

2000-01-03 Thread dreamwvr
hi All, i am attempting to write a routine that does pretty much what diff does with files to values. for instance.. value="here is one, and the end of the pattern1.here is one, and the end of the pattern1." what i would like to be able to do is have perl determine that these two were actually