Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    
    ...
    $ppi_doc->save($outfile);
    
    print "$_\n" for @subs;
    
  2. or download this
    use warnings;
    use strict;
    ...
    
        $des->inject(line_num => $first_line, code => \@code);
    }