Steven Stern wrote:
I'm getting the following error from various perl programs:
$sa-update
Use of uninitialized value in concatenation (.) or string at
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/Scalar/Util.pm line 30.
OK... maybe we need an update:
[EMAIL PROTECTED] ~]# perl -MCPAN -e shell
cpan> install Scalar::Util
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
Database was generated on Fri, 29 Feb 2008 15:31:08 GMT
Scalar::Util is up to date.
Anyone have a solution?
For some reason yum perl updates on Fedora 8 cause this to happen for
me. Even though CPAN reports that you have the latest version of
Scalar:Util, you will still need to download, compile, and install
Scalar-List-Utils-1.19.tar.gz. This should resolve the issue for you,
at least it has worked for me the last few perl updates.
GL,
Bill