in reply to using LWP::Simple to display an html (asp) page
use strict; use LWP::Simple; my $content = get("http://www.photographersdirect.com/sellers/pe_selle +rredirect.asp?$ENV{'QUERY_STRING'}"); print "Content-type: text/html\n\n$content" if (defined $content);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: using LWP::Simple to display an html (asp) page
by Anonymous Monk on Aug 27, 2003 at 17:56 UTC |