#!/usr/bin/perl # @file journal.pl # @author nas # @date 31/01/2022 # @brief Remote call to the API in order to test use Config::Std; read_config 'test.cfg' => my %config; print "Authentification : $config{Authentification}{Username}";