Re: RFC 143 (v2) Case ignoring eq and cmp operators

2000-09-28 Thread Tom Christiansen

This RFC still has silly language that discounts what
has been said before.  

1) It calls
uc($a) eq uc($b)
"ugly", despite their being completely intuitive and legible
to even the uninitiated.

2) It then proposes "eq/i" without the least blush, despite
   how incredibly ugly and non-intuitive and, if I may,
   syntactically perverse such a notion is.

--tom

Visit our website at http://www.ubswarburg.com

This message contains confidential information and is intended only 
for the individual named.  If you are not the named addressee you 
should not disseminate, distribute or copy this e-mail.  Please 
notify the sender immediately by e-mail if you have received this 
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free 
as information could be intercepted, corrupted, lost, destroyed, 
arrive late or incomplete, or contain viruses.  The sender therefore 
does not accept liability for any errors or omissions in the contents 
of this message which arise as a result of e-mail transmission.  If 
verification is required please request a hard-copy version.  This 
message is provided for informational purposes and should not be 
construed as a solicitation or offer to buy or sell any securities or 
related financial instruments.




Re: RFC 143 (v2) Case ignoring eq and cmp operators

2000-09-26 Thread Markus Peter

"David L. Nicol" wrote:
 
  Perl currently only has Ceq and Ccmp operators which work case-sensitively.
  It would be a useful addition to add case-insensitive equivalents.
 
 As I recall, the consensus the last time this came up was that Ccmpi and
 Ceqi would be perfect examples w/in a RFC proposing a way to declare
 a function to take it's arguments in infix instead of prefix manner.

Well - it only came to the list again as I retired the RFC as most
people
thought this was not important enough :-)

-- 
Markus Peter - SPiN GmbH
[EMAIL PROTECTED]



Re: RFC 143 (v2) Case ignoring eq and cmp operators

2000-09-25 Thread David L. Nicol


 Perl currently only has Ceq and Ccmp operators which work case-sensitively.
 It would be a useful addition to add case-insensitive equivalents.


As I recall, the consensus the last time this came up was that Ccmpi and
Ceqi would be perfect examples w/in a RFC proposing a way to declare
a function to take it's arguments in infix instead of prefix manner.


sub cmpi($cmpi$){   # or something like this
uc(shift) cmp uc(shift)
}


-- 
  David Nicol 816.235.1187 [EMAIL PROTECTED]
   "The most powerful force in the universe is gossip"