Herb Rubin schrieb:
> 
> I have a Perl cgi program that wont do this:
> 
> $html = `lynx -source www.yahoo.com`;

why calling an external program ? open a socket, print the http
header(s) to it, in this case a GET request and read the output into an
array or a string.


-- 

H. P.  Stroebel, Germany

CGI-FAQ for Raq-Newbies :
http://users.iol.it/hpstr/

Apollo 13 - Commander : "Houston, we have a problem"
Win2000 - Administrator : "Redmond, we have 64000 problems"

_______________________________________________
cobalt-developers mailing list
[EMAIL PROTECTED]
http://list.cobalt.com/mailman/listinfo/cobalt-developers

Reply via email to