Conversation
627d329 to
cf9b5ec
Compare
cf9b5ec to
2c046a6
Compare
| ArrayValues => 0, | ||
| qw/KEY_READ/ | ||
| ); | ||
| use Win32API::Registry qw( :ALL ); |
There was a problem hiding this comment.
which perl module should I have for this one ?
There was a problem hiding this comment.
https://metacpan.org/pod/Win32API::Registry
if I remember, Win32::TieRegistry use this module, so it will works without install this module
There was a problem hiding this comment.
i've downloaded https://cpan.metacpan.org/authors/id/C/CH/CHORNY/Win32API-Registry-0.33.tar.gz, extracted it and put it in the lib folder, without success. The format is different than the other modules thought, so it's probably not what is expected
There was a problem hiding this comment.
décompresses dans le dossier perl/vendor/lib/, tu devrait avoir un dossier Win32API et dedans un dossier Registry et un fichier Registry.pm
au pire, je peux t'envoyer tout mon dossier avec les modules
No description provided.