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

INI::ReadPath - In Jenkins grep dist.ini config file and assign something inside of the config to an environment variable.

USAGE

Let's say your ini file is dist.ini

And we want to package name

 PAKCAGE_NAME=$(read_ini.pl --file dist.ini --path ini.name )