|
>From the error message you are trying to load a module with an empty
name, see below. So you want to examine what module it is trying to
load and try to understand why the name is empty. I would guess that
you did not define DB::module in your options file which tells what
data base module to use to load your data.... Th. Tielman Esterhuizen wrote: Use of uninitialized value in concatenation (.) or string at ../GT/Eval.pm line 87. |