# New Ticket Created by Will Coleda # Please include the string: [perl #37405] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=37405 >
Currently when invoking a .Sub in PIR with no return values, you must write: function() It would be nice for laziness (for compiler writers who then can always generate the ()'s) and symmetry (with the arguments) if we could write: () = function() Regards.