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

抓取網頁並存入檔案

getstore("google.com");

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

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