Trying to learn to install Perl module
Solution 1:
It depends where you put the Krippendorff module. If it is in the same directory try:
perl -I C:\location\ C:\location\reliability.pl
The -I
is the include directory to look at for additional modules like Krippendorff.
You don't say were you installed Krippendorff or how which would be useful.