Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    my $subs = $des->all;
    
    print "$_\n" for @$subs;
    
  2. or download this
    BEGIN
    new
    ...
    _post_proc
    _engine
    _pod
    
  3. or download this
    use warnings;
    use strict;
    ...
                print "\t$sub\n";
        }
    }
    
  4. or download this
    t/test/files/sample.pm:
        one
    ...
        replace
        remove
        _vim_placeholder