Re: perl warnings

2000-10-17 Thread Gerald Richter
> 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

perl warnings

2000-10-17 Thread Lourdes Herling
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