in reply to Re: perl compiler optimizer curiosity
in thread perl compiler optimizer curiosity
unfortunately there is no macro mechanism in pure Perl.
Technically, there is. Although using source code filters is not a good idea, it's basically a smarter version of C makros.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: perl compiler optimizer curiosity
by LanX (Saint) on Mar 15, 2022 at 11:50 UTC | |
by afoken (Chancellor) on Mar 15, 2022 at 11:58 UTC | |
by LanX (Saint) on Mar 15, 2022 at 12:16 UTC |