in reply to Re2: Inlining method/function calls?
in thread Inlining method/function calls?
The -P flag turns loose the C preprocessor on your source before perl ever sees it. Its behavior is determined by the C standard, at least for the portable parts. The handiest source of information is probably a C primer.
In short, the C preprocessor makes direct textual substitution. with some logic available. I've never needed it for perl, but potentially useful constructs include,
After Compline,
Zaxo
|
---|