Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl #37405] [RFE] void function return in PIR

3 views
Skip to first unread message

Will Coleda

unread,
Oct 10, 2005, 1:01:46 PM10/10/05
to bugs-bi...@rt.perl.org
# 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.

0 new messages