Can't locate variables/variables.cgi in @INC (@INC contains: C:/strawberry/perl/site/lib/MSWin32-x64-multi-thread C:/strawberry/perl/site/lib C:/strawberry/perl/vendor/lib C:/strawberry/perl/lib)
Perl 5.26 removed having the current working directory in @INC as a security measure. Your Linux site works because it has an older perl. The quick fix is to use an absolute path which I guess is
require 'C:/Apache24/htdocs/choo/cgi-bin/ua/variables/variables.cgi';The correct fix depends on how easily portable you want the code between your windows localhost and the Linux site and how many scripts you would need to edit.
pojIn reply to Re^5: Sorry.. Same problem but some progress!
by poj
in thread Sorry.. Same problem but some progress!
by traincity
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |