You get one line like the following:
fname=Foo&lname=Bar&phone=123&email=foo@bar.com
Build a hash table from it so:
print $h{fname}; # Foo
print $h{lname}; # Bar
...
If you are interested in on-site trainings by the author, please
contact me directly.
|