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

如果不用 -base

use FEAR::API;
my $f = fear();
$f->fetch("blah");
# ..., etc.

使用 -base, $_ 會自動設成 FEAR::API 物件。

use FEAR::API -base;
fetch("blah");
# ..., etc.
Copyright © 2006 Yung-chung Lin