Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Literal Source Parameters At Runtime

by tomazos (Deacon)
on Oct 29, 2007 at 04:53 UTC ( #647786=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub literalize
    {
    ...
    
    assert(42 == 24);
    
  2. or download this
    assertion failed: 42 == 24
    
  3. or download this
    #define assert(condition) { if (!condition) { printf("assertion failed
    +: %s\n", #condition); } }
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others having an uproarious good time at the Monastery: (2)
As of 2023-09-27 04:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?