Hi Gerald,
I am still having problems with a scenario which I will outline in
detail below. I hope this functionality is not too much of a pain to
incorporate. I have tried to supply a minimal case.
Assume the following in the httpd.conf:
SetHandler perl-script
PerlHandler HTML
Hi Gerald,
I am still having problems with a scenario which I will outline in
detail below. I hope this functionality is not too much of a pain to
incorporate. I have tried to supply a minimal case.
Assume the following in the httpd.conf:
SetHandler perl-script
PerlHandler HTML
I'm trying to make my own webmail page using Embperl and the Mail::POP3Client
module. When I do the function call to get the message headers ($pop->Head($i)),
some stuff I don't want gets sent to STDOUT, thus getting sent to the browser.
Is there some way to get around this? Thanks!
- Gavin
"
Hi,
> Checking passwd HTTP/1.1 200 OK Date: Tue, 31 Oct 2000 07:00:00 GMT
Looks like you have a
print "Checking passwd"
somewhere. Either write
print OUT "Checking passwd"
when inside a Embperl page, or set optRedirectStdout in EMBPERL_OPTIONS
Gerald
Hi?
I'm trying to build web site with Embded Perl now.
But I have some trouble in the netscape interface( Wierdly, it doesn't
on MSIE.)
(In the Netscape view)
Checking passwd HTTP/1.1 200 OK Date: Tue, 31 Oct 2000 07:00:00 GMT
Server: Apache/1.3.12(Unix) mod_perl/1.24 Content-Lenght: 9069
Keep-