version 1.03 ...

mktest.pl... Can we change

        $conf{$_}++ for @conf;

to

        foreach (@conf) {$conf{$_}++};

(I happened to try this on a machine with 5.004_04, where apparently 
the former is a syntax error)

Regards...

Reply via email to