Hi,
I want to define a new perl operator (not overload an existing one) such as "<--". How can I define it and use it in my script? The reason I choose to use operator not function for the this expression is that it make more sense visually to use an operator. Thanks in advance.