Help for this page

Select Code to Download


  1. or download this
    package Step::Base;
    
    ...
    1;
    
    __PACKAGE__->meta->make_immutable;
    
  2. or download this
    use strict;
    use warnings;
    ...
            return ( { success => 0, err_msg => "I screw up" } );
        }
    } ## ---------- end sub do_nothing