Help for this page
package Foo; use strict; use warnings; ... } 1; # return true
perl -MFoo -E' my $foo = Foo->new; ... say $foo->bar; say $foo->qux; '
baz baz