Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Literal Source Parameters At Runtime

by BrowserUk (Patriarch)
on Oct 29, 2007 at 05:10 UTC ( [id://647788]=note: print w/replies, xml ) Need Help??


in reply to Literal Source Parameters At Runtime

Take a look at Smart::Comments

c:\>perl -MSmart::Comments -lw ### assert: 42 == 42 ### assert: 42 == 43 ^Z ### 42 == 43 was not true at - line 2. c:\>perl -MSmart::Comments -lw ### assert: 42 == 42 my $var = 43; ### assert: $var == 42 ^Z ### $var == 42 was not true at - line 3. ### $var was: 43

Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

Log In?
Username:
Password:

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

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

    No recent polls found