On Mon, Mar 31, 2003 at 12:12:54PM -0800, Michael Lazzaro wrote:
On Monday, March 31, 2003, at 11:18 AM, Matthijs van Duin wrote:
Don't those return C<undef>, as opposed to the value of C<$_>? I.E. wouldn't it be:


    $_ and return $_ given big_calculation();
-or-
    given big_calculation() {
        return $_ when true;
    }

Oops, yes, you're right ofcourse


Sorry :)

--
Matthijs van Duin  --  May the Forth be with you!

Reply via email to