in reply to Negation Error
"Use of uninitialized value" is generated by Perl when you attempt to use the contents of a variable who's value hasn't been set. The actual error may be in either your code (you supply an uninitialised value for a parameter for example) or it may be an error in the module.
|
|---|