Hi, i want to open a url in perl-cgi and process the contents (which will be HTML) before i render them on the browser. What should i use? in PHP we can do the following $fp = fopen ("http://www.php.net/", "r"); and work on $fp..
is there any equivalent of this in perl by which i can open a url? Thanks for the help regards sarika