in reply to unable to pass data
changed the lwp code to hard-code:
When the LWP is run, I get:my $post_data1 = "first_name"; my $post_data2 = "Last name"; my $post_data3 = "10/10/1999"; my $post_data4 = "someone\@somwehere.com";
Perhaps the content retrieved from XML does not match your code's expectations.Received reply: first_name was received
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
|
|---|