Help for this page

Select Code to Download


  1. or download this
    sub MY::postamble {
        my (undef,%h) = @_;
        ...
    
  2. or download this
    sub MY::postamble {
      my (undef,%h) = @_;
    ...
      ...
      postamble => { BENCHMARKS => 'benchmarks/*.b' }
    );