[perl #49248] [PATCH] Implement infix:// for perl6

2007-12-31 Thread Patrick R. Michaud via RT
Thanks for the patch! Unfortunately, this particular implementation won't quite work because infix: is a short-circuiting operator, and the second argument should be evaluated only if the first is undefined. (Most other operators evaluate the arguments prior to making the function call.) Eventua

[perl #49248] [PATCH] Implement infix:// for perl6

2007-12-31 Thread via RT
# New Ticket Created by Stephen Weeks # Please include the string: [perl #49248] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=49248 > This is a trivial implementation of infix:// for perl6. I'm not sure which file in src