in reply to uninitialized value in join or string
To enlighten you more on the same error when you enable perl warnings , diagnostics or strict then you will get this message when you try to run the code. this is because the undef value assigned to some Variable used in perl code.
|
|---|