×
Home About Us Products Services News Free Scripts Contact
news php scripts and software

Perl example - How to read the content of a web page as a string?


Perl - How to read the content of a web page as a string?

use LWP::Simple;

$pageURL="http://www.google.com";

$simplePage=get($pageURL);

Category: Perl

 
<< Go back