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

遞迴的從google 抓取網頁並存入檔案

url("google.com")->() >> _self;
$_ | _save_as_tree("./root");
while($_){
  &$_ | _save_as_tree("./root");
  $_ >> _self;
}
Copyright © 2006 Yung-chung Lin