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
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to