8 Feb
2005
8 Feb
'05
1:58 p.m.
Vit Zyka wrote:
Hans Hagen wrote:
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.
Here is a very small script. Save to a file and run texmfstart on it. # envtest.pl map { print "INC .= $_\n" } @INC; map { print "$_ = $ENV{$_}\n"; } keys %ENV; Greetings, Taco