Peter Gordon wrote in perl.par :
> I am using the Archive::Tar package to open a user defined file. The
> program works on Linux and Win32. I packaged the program using pp, and I
> have a problem when the file in the tar file does not exist.
>
> I get the following error: 
>
> Undefined subroutine &Scalar::Utils::refaddr called at overload.pm line
> 92.

One possibility is that you're using an old version of Scalar::Util.
refaddr() has been added in 1.09.

Reply via email to