On Mon, 2007-01-08 at 16:54 -0800, Tracy12 wrote:
> within my perl module (inside test_Method2) I have simple re direct as
> follows
>
> sub test_Method2 {
> my $urlNew = "www.mail.yahoo.com";
> printf "Location: $urlNew\n\n";
Just use print here, not printf.
> It hits the test_Method2 method b
Tracy12 wrote:
[snip]
> More information about this error may be available
> in the server error log.
>
> Apache/2.2.0 (Fedora) Server at localhost Port 80
>
>
>
> What I am I missing?
The line above says to check the error logs on the server. "tail -f" is your
friend.
--
Michael Peters