Help for this page
package MyPackage; ... # Use any externally supplied settings. print join("\n", @Settings), "\n"; }
package MyConfig; ... package MyPackage; our @Settings = (qw/a ab cdef ghi/);