FEAR::API FEAR::API - There's no fear with this elegant site scraper #11

Fetch a page and store it in a scalar

use FEAR::API -base;

my $content = fetch("google.com")->document->as_string;

fetch("google.com") > my $content;
Copyright © 2006 Yung-chung Lin