- or download this
perl -MDevel::Trace::Subs=install_trace -e 'install_trace(file => "Dat
+a::Dump")'
- or download this
use warnings;
use strict;
...
sub three {
dd two();
}
- or download this
{ a => 1, b => 2 }
- or download this
use warnings;
use strict;
...
sub three {
dd two();
}
- or download this
{ a => 1, b => 2 }
...
file: /usr/local/share/perl/5.22.1/Data/Dump.pm
line: 65
package: Data::Dump
- or download this
perl -MDevel::Trace::Subs=remove_trace -e 'remove_trace(file => "Data:
+:Dump")'