Thursday, March 3, 2005 Hans Hagen wrote:

> Patrick Gundlach wrote:
>> Hi,
>> 
>> I don't know enough of perl, perhaps the hash %Files should be sorted before
>> output (texutil.pl)?
>> 
>> sub FlushFiles
>>   { print TUO "%\n" . "% $Program / Files\n" . "%\n" ;
>>     foreach $File (keys %Files)
>>       { print TUO "% $File ($Files{$File})\n" }

> That could be a way out, but before that i want you to check the order in the
> tui files.

> [if it's indeed the perl hash, (maybe i should make it an array), then it 
> looks
> like perl uses a different hash strategy each run and on each os]

http://search.cpan.org/~nwclark/perl-5.8.6/pod/perlfaq4.pod#Data:_Hashes_(Associative_Arrays)

-- 
Giuseppe "Oblomov" Bilotta

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to