in reply to Re^6: %ENV is returning a blank
in thread %ENV is returning a blank

That output is not from the right request. From the XHTML:

<form id="frmBook" action="/cgi-bin/makeBooking.pl" method="POST">

From the request you dumped:

REQUEST_URI /cgi-bin/test.pl?

Replies are listed 'Best First'.
Re^8: %ENV is returning a blank
by irvy (Initiate) on Aug 19, 2011 at 08:05 UTC

    Sorry, I have already changed the form action to /cgi-bin/test.pl and the method to get.

    I just did not want to post the whole xml file again.

      You didn't give names to your fields, so your browser couldn't send their values to the web server. Give them names.