In order to find core.pl, LogOnce.pm, etc., the local lib path must be manually set to include the current directory. I resolved this issue by setting PERL5LIB=.. Tested on Windows using Strawberry Perl.
(I have very little experience with Perl, so this may not be a bug at all; seems unusual, though)
Can't locate core.pl in @INC (@INC contains: C:/Strawberry/perl/site/lib C:/Strawberry/perl/vendor/lib C:/Strawberry/perl/lib) at C:/Users/.../opcodesDB/x86.pl line 25.
In order to find
core.pl,LogOnce.pm, etc., the local lib path must be manually set to include the current directory. I resolved this issue by settingPERL5LIB=.. Tested on Windows using Strawberry Perl.(I have very little experience with Perl, so this may not be a bug at all; seems unusual, though)