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.

test.pl 239B

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