Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Re: C pre-processor in Perl

by perrin (Chancellor)
on Jul 28, 2003 at 19:38 UTC ( [id://278584]=note: print w/replies, xml ) Need Help??


in reply to Re: C pre-processor in Perl
in thread C pre-processor in Perl

Well, that doesn't work with the constant pragma either. Back to globals...

Replies are listed 'Best First'.
Re: Re: Re: C pre-processor in Perl
by sauoq (Abbot) on Jul 28, 2003 at 19:44 UTC

    I think you missed the point that code makes. Whether or not a constant define'd via preprocessing is replaced inside a quoted string depends on the quoting mechanism used. It isn't replaced with actual quotes ("" or '') but it is with the generic quote operators¹ q() and qq().

    So, change how you quote your literals and you might end up changing the literals themselves. I don't like things that change unexpectedly like that.

    1. This is, of course, because it is a C preprocessor and not a Perl preprocessor.

    -sauoq
    "My two cents aren't worth a dime.";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-04-16 14:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found