Hans Hagen wrote:
Vit Zyka wrote:
Can't locate strict.pm in @INC (@INC contains: .) at c:/TeXLive/texmf-experim/sc ripts/context/perl/texexec.pl line 35. BEGIN failed--compilation aborted at c:/TeXLive/texmf-experim/scripts/context/pe rl/texexec.pl line 35.
can you update your perl installation? strict.pm should be in there
I think the problem is not in absence of strict.pm in my (not so old - summer 04) Perl distr. It is present in lib/strict.pm I can use strict in my scripts as well ;-) Problem occures when I run perl via texmfstart. And since it is exe on win I do not known how and with which environment is the Perl called inside. More over, you are using strict in texexec.pl atc., and both it works well: texexec.exe file.tex perl texexec.pl file.tex VZ