http://www.perlmonks.org?node_id=676332


in reply to Re^2: A Macro System for Perl?
in thread A Macro System for Perl?

2 letter reply... Could it be that I was too terse?

I meant obviously:

macro retorexit() { if ($noexit) { return $_; } else { exit $_; } }

As I see this as a good example of a useful macro, the only other way I can interpret your reply is that you know an obvious other way to do this elegantly.
May I ask which?

Marc

Replies are listed 'Best First'.
Re^4: A Macro System for Perl?
by samtregar (Abbot) on Mar 26, 2008 at 15:40 UTC
    Oh sure, that could work. Except that this conversation happened 6 years ago! And went no where!

    -sam