Francis <> wrote:
> I do not know Perl but am taking a crash course in it.
There are many things that are much more important to an ecommerce
solution than the mere choice of programming language.
Are you using taint checking? (Do you even know what it is?)
Are you implementing file locking?
Using encryption of sensitive data?
You better be doing more than all of that or you will lose money,
be hacked or sued, or some other unappealing outcome.
Be careful out there...
> Trouble is I now found out I have to access tghe customers email
> address as a HTTP POST parameter from the page that calls my perl url.
perldoc -q form
What is the correct form of response from a CGI script?
How do I automate an HTML form submission?
How do I make sure users can't enter values into a form that cause my
CGI script to do bad things?
How do I decode a CGI form?
> Can anyone please tell me how I can accomplish this
By checking the Perl FAQ.
You are expected to do that *before* posting you know...
> I am dsperate
But we are not.
It does not have any bearing on whether to answer or skip your post.
> as I am without an ecommerce
> solution until I can solve this.
If you are truly desperate and it is costing you money, then you
are taking the wrong approach. You should hire someone that already
knows this stuff to get it done for you.
If you are not truly desperate or it is not costing you money,
then please stop trying to fool us.
--
Tad McClellan SGML consulting
Perl programming
Fort Worth, Texas