3 Mar
2005
3 Mar
'05
11:16 a.m.
I think you've nailed it. Nice debugging! Taco 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" }
Patrick