> Our logs are filling up with the "use of uninitialized value" warnings. We
> get the warning not only in our own code but also in perl modules. In our
> code they seem to appear anywhere any of the Embperl hashes (fdat,
> udat,...) are used.
Have you any example that show this behaviour (may
Our logs are filling up with the "use of uninitialized value" warnings. We
get the warning not only in our own code but also in perl modules. In our
code they seem to appear anywhere any of the Embperl hashes (fdat,
udat,...) are used. We have put if defined or if !defined to try to
eliminate th