in reply to unable to pass data

I tried out your code after eliminating the XML and mysql-dbi - it seemd to work.

changed the lwp code to hard-code:

my $post_data1 = "first_name"; my $post_data2 = "Last name"; my $post_data3 = "10/10/1999"; my $post_data4 = "someone\@somwehere.com";
When the LWP is run, I get:
Received reply: first_name was received
Perhaps the content retrieved from XML does not match your code's expectations.

        What is the sound of Perl? Is it not the sound of a wall that people have stopped banging their heads against?
              -Larry Wall, 1992