Error installing Win32-API on Windows

I’m not sure if the issue here is the same as I had, but when I had ‘attempt to reload Net/SSLeay.pm aborted’, the solution (see Attempt to reload Net/SSLeay.pm aborted - #7 by onlyonelikeme) was to put the Perl installation exec folder in the Path environment variable instead of the bin folder, i.e. to use C:\Perl\exec\perl.exe rather than C:\Perl\bin\perl.exe. Ultimately, I fixed the issue by keeping the bin folder in Path and adding C:\Perl\usr\bin (to avoid having two Perl tasks, C:\Perl\exec\perl.exe and C:\Perl\bin\perl.exe, running).