in reply to Re: If statement based on Radio Button Values
in thread If statement based on Radio Button Values

The message received is as follows:

Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. More information about this error may be available in the server error log.

The message is generic. Not having my statement in Perl, is not a shocker to me. I am still new and still learning the ins and outs of formatting in Perl. Thanks for the note - I will try to research a bit more, as the small amount of changes I made in reference to your IF example still produced the same result.
  • Comment on Re^2: If statement based on Radio Button Values

Replies are listed 'Best First'.
Re^3: If statement based on Radio Button Values
by hippo (Archbishop) on Nov 04, 2015 at 23:22 UTC
    More information about this error may be available in the server error log.

    That's the big hint. If you look in the server error log as the message suggests you will likely find the real problem (which is probably that your code doesn't compile given the snippet above).

Re^3: If statement based on Radio Button Values
by tangent (Parson) on Nov 04, 2015 at 22:52 UTC
    To get a more helpful error message put this line up near the top of your script:
    use CGI::Carp('fatalsToBrowser');