RE: A12 undef method calls

2004-04-19 Thread Austin Hastings
> -Original Message- > From: Luke Palmer [mailto:[EMAIL PROTECTED] > Sent: Monday, 19 April, 2004 06:00 AM > To: Language List > Subject: A12 undef method calls > > > A12 mentions that C<$foo.bar> should return undef if C<$foo> is undef. > While

A12 undef method calls

2004-04-19 Thread Luke Palmer
A12 mentions that C<$foo.bar> should return undef if C<$foo> is undef. While I like the idea a lot, I don't think it should happen without distinction. In fact, that's what I would most expect C<.?> to do, not "call a method if there is one," though that seems useful, too. I'm just shooting in th