On Mon, 17 Sep 2001 13:15:44 -0700
Ray and Lara Recendez <[EMAIL PROTECTED]> wrote:

> # vi Hello.pm
> "Hello.pm" 26 lines, 392 characters
> package Apache::Hello;
> # File: Apache/Hello.pm
> 
> use strict;
> use Apache::Constants qw(:common);
> 
> sub handler {
>    my $r = shift;
>    $r->content-type('text/html');

s/content-type/content_type/

Maybe you've got the error msg like "Undefined subroutine
&Apache::Hello::type called at ..."


--
Tatsuhiko Miyagawa <[EMAIL PROTECTED]>

Reply via email to