Help for this page
Select Code to Download
Select
or
download this
use Foo qw/arg1 arg2/;
Select
or
download this
BEGIN { require Foo; Foo->import(qw/arg1 arg2/); }