API de comptabilité horaire.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910 |
- #!/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}";
|