View Single Post
Old 09-08-2004, 05:01 AM   #2 (permalink)
idx
Senior Grasshopper
 
idx's Avatar
 
Join Date: Jun 2003
Location: FL
Posts: 317
idx is on a distinguished road
Typically HTTP::Request is used in conjunction with LWP::UserAgent or various other modules. I don't believe this module actually performs the request.

See the UserAgent module for an example:

http://search.cpan.org/~gaas/libwww-...P/UserAgent.pm

Or LWP::Simple:

http://search.cpan.org/~gaas/libwww-.../LWP/Simple.pm

-r
idx is offline   Reply With Quote