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

RE: nodebug.pl

by ZZamboni (Curate)
on Apr 26, 2000 at 21:49 UTC ( [id://9272]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #include <stdio.h>
    
    ...
      this is still debug code
    #endif DEBUG
      this is normal code
    
  2. or download this
      my $state = 0;
      my $debug = 0;;
    ...
        $debug=0,next if $debug && $state==0;
        print if $debug==0;
      }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-24 22:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found