Act configuration variables

Global variables available at runtime

  use Act::Config;

which exports two globals: $Config and %Request.

$Config: current configuration.

$Config->foo_bar retrieves the value of the configuration parameter named foo in section bar.

Configuration parameters coming from .ini files are currently all string values. These additional parameters are also available:

%Request: current request object

A hash which holds information about the current request.

Authors

Philippe Bruhat, Éric Cholet

License

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.