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

If you don't use with -base

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

Use with -base, and $_ will be set to FEAR::API.

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