- or download this
% perl -Mstrict -MFoo -we'$Foo::bar = 1'
Name "Foo::bar" used only once: possible typo at -e line 1.
- or download this
our @EXPORT = qw(
foo bar baz
qux quux
);
- or download this
our @EXPORT = qw(
foo bar baz
qux quux
...
# but let's do it anyways for now
thud jet
);