# New Ticket Created by Geoffrey Broadwell # Please include the string: [perl #68024] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=68024 >
Allow the name of an operator to be specified dynamically without using eval to hack around it. In short, make &infix:{$op} and &infix:<<$op>> work. -'f