Question
Testing Perl version stopped with the file__ created in \cache\test and internal server error - apache error log saying : "use of uninitialized value in numeric gt (>) at c:\APACHE\HTDOCS\TWIKI\BIN\CACHE line 40 (and) Use of uninitialized value in concatenation (.) or string at c:\APACHE\HTDOCS\TWIKI\BIN\CACHE line 49 (and) put s:c:\apache\htdocs\twiki\data/Co/WebHome.txt c: s: m:336 (and) perl: not found".
Environment
--
BenoitFauvel - 28 Jul 2003
You might want to ask on
CacheAddOnDev, and to put in some debugging
print statements - perhaps one of the Perl commands doesn't have the right path, or PATH is different to what you expected. This script does run Perl underneath the Perl script itself, so that's an area to check - try putting in the full path where the Perl interpreter is specified, e.g.
c:/perl/bin/perl.
--
RichardDonkin - 28 Jul 2003
Answer
It was only a path problem : I customized the cache paths on lines 1(backward slah), 8 (foreward slash), 9, 10 and all was ok with the speed from now !
--
BenoitFauvel - 31 Jul 2003