EmbperlObject in 1.3b6

2000-10-31 Thread Neil Gunton
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

EmbperlObject in 1.3b6

2000-10-31 Thread Neil Gunton
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

Disable STDOUT?

2000-10-31 Thread Gavin Spomer
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 "

Re: Unwanted HEAD Info, displayed.

2000-10-31 Thread Gerald Richter
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

Unwanted HEAD Info, displayed.

2000-10-31 Thread Sanghoon Lee
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-