in reply to Re: use warnings => Use of uninitialized value...
in thread use warnings => Use of uninitialized value...
Yeah that's the one, however the "Use of uninitialized value in regexp compilation" would indicate that you are also trying to interpolate an uninitialized variable into a regular expression either directly (e.g. something like : /$some_value/) or using the qr() mechanism, because all the warnings come from one line I would favour the former.
/J\
|
|---|