FEAR::API #24 FEAR::API - There's no fear with this elegant site scraper Next >>

Get pages in parallel

url("google.com")->() >> _self;
pfetch(sub{
           local $_ = shift;
           print join q/ /, title, current_url, document->size, $/;
       });
Copyright © 2006 Yung-chung Lin