Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Conditional Interpretation?

by salva (Canon)
on Feb 01, 2006 at 14:54 UTC ( [id://527066]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    dbg and expensive_test();
    
  2. or download this
    use ctflags::parse ns => "myapp:debug", env=>'MYAPPDEBUG';
    
  3. or download this
    use ctflags prefix=>'dbg_', 'myapp:debug:*';
    
    dbg_a and print "a flag is on\n";
    dbg_b and print "b flag is on\n";
    dbg_c and print "c flag is on\n";
    
  4. or download this
     $ MYAPPDEBUG=ac perl myapp.pl
    
  5. or download this
    a flag is on
    c flag is on
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (6)
As of 2024-03-29 09:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found