in reply to Can't locate object method "content_type"
Your first script can't work when called as a program:
> perl -w tmp.pl Can't call method "content_type" on an undefined value at tmp.pl line +5.
So whatever you're calling "direct" is a different program from what you're calling through mod_perl.
Maybe your instance of modeperl is something different?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Can't locate object method "content_type"
by gaja (Initiate) on May 02, 2014 at 07:41 UTC | |
by Anonymous Monk on May 02, 2014 at 07:47 UTC | |
by Anonymous Monk on May 08, 2014 at 12:55 UTC | |
by gaja (Initiate) on May 08, 2014 at 13:04 UTC | |
|
Re^2: Can't locate object method "content_type"
by gaja (Initiate) on May 08, 2014 at 13:06 UTC |