in reply to Re: Read and Display HTML - pages with CGI-script.
in thread Read and Display HTML - pages with CGI-script.

... of course, a base tag should only be added if no base tag is already present :-))

perl -MHTTP::Daemon -MHTTP::Response -MLWP::Simple -e ' ; # The $d = new HTTP::Daemon and fork and getprint $d->url and exit;#spider ($c = $d->accept())->get_request(); $c->send_response( new #in the HTTP::Response(200,$_,$_,qq(Just another Perl hacker\n))); ' # web