Help for this page
[User] lookup_uri = something
package App; our %config = (); ... bless $self; $self->{lookup_uri} = $App::config{lookup_uri}; }