in reply to Re^2: Embedding pod in C
in thread Embedding pod in C

OK.

I hoped it's at least possible to define macros which translate =POD_COMMANDS to the start and end of multi-line comments.

Cheers Rolf

Replies are listed 'Best First'.
Re^4: Embedding pod in C
by John M. Dlugosz (Monsignor) on May 18, 2011 at 20:45 UTC
    No, it's quite limited. Macro identifiers follow the rules of other identifiers (letters and numbers) and the parameters are in a parenthesis list that follows. Nothing like a general sed or grep replacement mechanism.