, , , , script . :
use SomeModule;
SomeModule::some_function(...);
use SomeModule ('some_function');
some_function(...);
, - , , , , my $obj = SomeModule->new(), .
EXPORT_OK, , , " ", "", EXPORT .
@EXPORT. Exporter docs .
MCVE , Funcs.pm, EXPORT EXPORT_OK. , package Funcs; , @JonathanLeffler . , - . Perl , TMTOWTDI , / , .
. - :
use WWW::Mechanize;
my $mech = new WWW::Mechanize;
$mech->get("http://www.google.com");
WWW::Mechanize , get, . , . , , . .