I am setting up perl site on XAMPP local server. I have placed the code at proper place and change first line of all .pl
and .cgi
files as per the path. i.e.
#!"D:\xampp\perl\bin\perl.exe"
for my case. Still I am getting error like
Can't locate inc/nph-globals.pl in @INC (@INC contains: D:/xampp/perl/site/lib/ D:/xampp/perl/lib D:/xampp/perl/site/lib . D:/xampp/apache) at D:/xampp/htdocs//cgi-bin/webscripts/nph-home.pl line 9.
Please suggest.