Help for this page

Select Code to Download


  1. or download this
       <Perl>
           $Devel::Trace::TRACE = 0;
       </Perl>
    
  2. or download this
        $ PERL5OPT=-d:Trace sudo /etc/init.d/httpd restart
    
  3. or download this
       $Devel::Trace::TRACE = 1;
       # some buggy code
       $Devel::Trace::TRACE = 0;