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.
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 |