on 7/29/02 11:45 AM, [EMAIL PROTECTED] purportedly said:

> I am new for lwp pls help me in my code
> This code for send sms in thailand
> Sorry For My poor English.

It's hard to say, what you provide is not terribly helpful. It would be
easier to just show the code segment that is failing, not everything, or
even the full script but leave out the headers and just say in detail what
is wrong. If the code you provided is one script, you have a lot of
superfluous duplication, although I doubt that has much effect, but it's
easier to read without it.

Part of the problem may be the line:

> inputOK =>'?????????'
               ^
Where the "box" character indicated may be causing problems. There should be
no such character. If it actually occurs in the page, you have to URL encode
it (or not--I don't remember whether POST requests made from
HTTP::Request::Common automatically encode). It may be a typo.


Keary Suska
Esoteritech, Inc.
"Leveraging Open Source for a better Internet"

Reply via email to