in reply to CGI or Apache Problem?

$email_body.="calling HANDLE_PERSONAL_INFORMATION\n"; HANDLE_PERSONAL_INFORMATION(); ^^ ... sub HANDLE_PERSONAL_INFORMATION { my $order_num = $_[0]; ^^^^^^
You're not passing an order number. I assume that some code that you've stripped out needs one.

Replies are listed 'Best First'.
Re: Re: CGI or Apache Problem?
by BigJoe (Curate) on Jan 19, 2002 at 08:35 UTC
    Yeah I wanted to have it write to a DB but the user doesn't and I forgot to remove that line.

    --BigJoe

    Learn patience, you must.
    Young PerlMonk, craves Not these things.
    Use the source Luke.