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

Fetch a page and save it to a file

getstore("google.com");

url("google.com")->() | _save_as("google.html");

use IO::All;
fetch("google.com") | io('google.html');
Copyright © 2006 Yung-chung Lin