On Wed, 08 Oct 2008 16:08:21 +0100
Andy Wardley <[EMAIL PROTECTED]> wrote:

> However, I certainly would be in favour of having an extra 'in' keyword

There's always a danger when adding new keywords that they'll clash with
existing functions in existing code, given as they're barewords. That's
why 5.10 has the 'use feature' pragma for switch/etc...

I suppose you could

  use feature qw( in );

but then does it really buy all that much?

-- 
Paul "LeoNerd" Evans

[EMAIL PROTECTED]
ICQ# 4135350       |  Registered Linux# 179460
http://www.leonerd.org.uk/

Attachment: signature.asc
Description: PGP signature

Reply via email to