Boysenberry Payne wrote:
I'm using mod_perl with Apache::Register in the httpd.conf file.
The only way I can get output to my web browser is by using
my $r = Apache->request;
$r->print( "Output" );

This is regardless of the Content Type declaration.

If I try printing using a standard print command I get nothing.
[...]
Is there something I'm missing.  Or is it a configure issue?
I'm using perl 5.8.1, mod_perl 1.26 and apache 1.3.33 on
OS X Panther (i.e. 10.3).

The answer is here, Boysenberry: http://perl.apache.org/docs/1.0/guide/troubleshooting.html#print___doesn_t_send_anything_on_Mac_OS_X

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to