print STDERR 0+keys %users, "\n";
print STDERR "Scanning teoretical results... ";
-if (open (EX, "mop/score/teorie.txt")) {
+if (open (EX, "teorie.txt")) {
while (<EX>) {
chomp;
(/^$/ || /^#/) && next;
print STDERR "OK\n";
if ($tex) {
- open HDR,"mop/score/listina.hdr" or die "Cannot open file mop/score/listina.hdr with TeX template!";
+ open HDR,"listina.hdr" or die "Cannot open file listina.hdr with TeX template!";
while (<HDR>) {print; }
close HDR;
foreach $r (@table) { print join('&',@$r), "\\cr\n";}
- open FTR,"mop/score/listina.ftr" or die "Cannot open file mop/score/listina.ftr with TeX template!";
+ open FTR,"listina.ftr" or die "Cannot open file listina.ftr with TeX template!";
while (<FTR>) {print; }
close FTR;
} else {