Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
       or die("Can't redirect errors to file 'tracefile': $!\n");
    
    Parse::RecDescent->new('parse:')->parse('');
    
  2. or download this
    >perl 659805a.pl
    printing code (3018) to RD_TRACE
    ...
     1|  parse   |>>Matched rule<< (return value:       |
      |          |[parse])                              |
     1|  parse   |(consumed: [])                        |
    
  3. or download this
    use strict;
    use warnings;
    ...
    $tracerulename = 'tracerulename';
    $tracelevel    = 'tracelevel';
    write TRACE;
    
  4. or download this
    >perl -v
    
    ...
    
    >type tracefile
    tr|tracerulen|tracemsg                              |