Help for this page
package App::Package; use File::Slurp; ... return $something; }
use lib 'Some/Random/Path/To/App'; my $result = get_config();