Help for this page

Select Code to Download


  1. or download this
    use MooX::Press (
      prefix => 'MyApp',
    ...
    
    my $porky = MyApp->new_pig(name => 'Porky');
    print $porky->status, "\n";
    
  2. or download this
    use v5.14;
    use strict;
    ...
    class Bar::Baz {
        type_name Barrr;
    }