perl issue uninitialized value in "Scalar/Util.pm"

kistler

Well-Known Member
Jan 27, 2005
133
1
166
After the last update I have a problem with perl - along with another problem, DNS issues on my box running CURRENT, but back to the issue - some clients are receiving this error from their cron which is using "GET http://www.domain . com/script"

Cron Email:
Use of uninitialized value in concatenation (.) or string at /usr/lib/perl5/5.8.7/i686-linux/Scalar/Util.pm line 30.

I am unsure what to do - any ideas or questions?
 

dan.andrus

Member
Jun 30, 2006
21
0
151
This happend to our servers also. Tail cpanel logs find which perl scripts cause that(probably Zlip.pm, Zip.pm, Message. pm) and comment the line which uses Scalar:util. That worked for me.