Hi, others have explained where the problem is ($foo is the scalar foo, not the function foo), but... >> Carter and Cathleen <[EMAIL PROTECTED]> writes: > Now when I spit this through I get: > > + = x Are you sure about this output? In particular about the "x" there. Since you are doing $x = undef; $y = undef; $z = $x + $y; $z is 0.
- Real new.... sub not working correctly. Carter and Cathleen
- Re: Real new.... sub not working correctly. jduncan
- RE: Real new.... sub not working correctly. Sally
- Re: Real new.... sub not working correctly. Ondrej Par
- Re: Real new.... sub not working correctly. Stefaan Verscheure
- Marcelo E. Magallon