The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Devel::hdb::App::ProgramName - Get the name of the running program

DESCRIPTION

Registers a route used to get the name of the running program, $0

Routes

GET /program_name

Returns 200 and a JSON-encoded hash with one key: program_name => $0 when the program was started

SEE ALSO

Devel::hdb

AUTHOR

Anthony Brummett <brummett@cpan.org>

COPYRIGHT

Copyright 2018, Anthony Brummett. This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself.