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}
    ...
                            )
                       );
      }