Help for this page
Package Foo; require Exporter; ... } 1;
#!/usr/bin/perl use Foo qw(foobar); $bar = "hi"; foobar();
perl -w foo.pl