Help for this page

Select Code to Download


  1. or download this
    perl -MDevel::Trace::Subs=install_trace -e 'install_trace(file => ".");'
  2. or download this
    use warnings;
    use strict;
    ...
    sub blah {
        print "blah!\n";
    }
    
  3. or download this
    Code flow:
    
    ...
        file:    mock.pl
        line:    13
        package: main