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

Recursively get web pages from Google

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