I would like to know if Perl has a keyword like the C/C++ keyword inline, which causes a function to be compiled as embedded code within other functions.
I am interested mostly for speed optimization in functions where I use loops to call other functions thousands of times with arguments. I could probably kludge up something like a keyword inline using macros, but I'm a tad wary of that, plus if something already exists, that would save me time.
In reply to Perl keyword like the C/C++ keyword 'inline' by sadarax
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |