Lightning flashed, thunder crashed and "Customer Service" <customerservice@tand
rtrailer.com> whispered:
| The string sections I want are:
| 
| &firstname=Nathan&lastname=Garlington&   # for the $who and
| 
| &submitButtoncattleman=Get+Quote%21 # for the $quote_type scalar.

Based on these lines, I'm assuming this is coming from a CGI script of some
kind.  If you are using the CGI.pm module, you can easily do this with:

$who = $a->param('firstname') . " " . $a->param('lastname');

If you aren't using the CGI.pm module, you should be.  We'll need to see
more code to be able to really tell you what is happening at this point.

-spp
--
Stephen P Potter                                         [EMAIL PROTECTED]
"You can't just magically invoke Larry and expect that to prove your point.
Or prove that you have a point."        -Simon Cozens
UNIX, Perl, PHP, Web Consulting and Training  http://www.unixlabs.net/~spp/


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to