On Tue, Sep 19, 2000 at 04:06:00PM -0600, Tom Christiansen wrote:
> Why not just check @numbers?

Well if the 'use trisate' pragma ever arises (did anyone RFC that ?)

  $a = 1;
  $b = undef;
  $c = $a + $b;

$c is undef, not 1.

Graham.

Reply via email to