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'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
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