Next:
21.2.1 Simple Request
Up:
21. eCommerce
Previous:
21.1 Authorization: How it
Contents
21
.
2
LWP Library of WWW for Perl
The LWP module is critical for any eCommerce scripts. It allows a CGI script to ``act like a browsing user'' and initiate HTTP or HTTPS requests. This section discusses how to use LWP in stages.
Subsections
21
.
2
.
1
Simple Request
21
.
2
.
2
Side-track: Page Content ``Borrowing''
21
.
2
.
3
POSTing
21
.
2
.
4
What about HTTPS?
21
.
2
.
5
What about Cookies?
21
.
2
.
6
Security Issues
Copyright © 2008-05-09 by Tak Auyeung