Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: Embedding pod in C

by John M. Dlugosz (Monsignor)
on May 18, 2011 at 18:55 UTC ( [id://905541]=note: print w/replies, xml ) Need Help??


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

The C preprocessor can't be instructed to do anything of the sort. It uses lines starting with # and does a few simple things only.

Replies are listed 'Best First'.
Re^3: Embedding pod in C
by LanX (Saint) on May 18, 2011 at 20:03 UTC
    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

      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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://905541]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-18 20:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found