Help for this page

Select Code to Download


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