DOKK / manpages / debian 11 / libdancer2-perl / Dancer2::Core::DSL.3pm.en
Dancer2::Core::DSL(3pm) User Contributed Perl Documentation Dancer2::Core::DSL(3pm)

Dancer2::Core::DSL - Dancer2's Domain Specific Language (DSL)

version 0.300005

Lets you define settings and access them:

    setting('foo' => 42);
    setting('foo' => 42, 'bar' => 43);
    my $foo=setting('foo');

If settings were defined returns number of settings.

alias for setting:

    set('foo' => '42');
    my $port=set('port');

<http://advent.perldancer.org/2010/18>

Dancer Core Developers

This software is copyright (c) 2021 by Alexis Sukrieh.

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

2021-03-13 perl v5.32.1