Use of uninitialized value in split?

I am looking in my RT logfile and I get this warning message several times:

[warning]: Use of uninitialized value in split at
/usr/lib/perl5/vendor_perl/5.8.8/RT/Interface/Web.pm line 1277,
line 87.
(/usr/lib/perl5/vendor_perl/5.8.8/RT/Interface/Web.pm:1277)

Is this something I should worry about?

I am looking in my RT logfile and I get this warning message several times:

[warning]: Use of uninitialized value in split at
/usr/lib/perl5/vendor_perl/5.8.8/RT/Interface/Web.pm line 1277,
line 87.
(/usr/lib/perl5/vendor_perl/5.8.8/RT/Interface/Web.pm:1277)

Is this something I should worry about?

No. It’s not dangerous. Since I don’t know which version of RT you’re
running, can you send Web.pm’s lines 1260-1290 or so?