Re: Using Apache::Register and print

2005-02-17 Thread Stas Bekman
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

Using Apache::Register and print

2005-02-17 Thread Boysenberry Payne
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. I've been

Using Apache::Register and print

2005-02-17 Thread Boysenberry Payne
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. I've been