or download this
BEGIN {
if (($^O eq 'MSWin32') || defined($ENV{'OS'})) {
...
## $systempath = "systempath to your folder"; ## Enter the correct val
+ue and un-comment this if you are having system path detection proble
+ms
push (@INC, "$systempath");
} ## End BEGIN