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