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

Re: Determining debug levels

by mirod (Canon)
on Feb 28, 2002 at 08:53 UTC ( [id://148160]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %trace=( index_generation => 1,
                      link_computation => 0,
                      link output      => 1,
                    );
    
  2. or download this
    sub my_log
      { my $type= shift;
        print LOG @_ if(    ( $trace{all}
    ...
                            )
                       );
      }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-26 06:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found