Help for this page

Select Code to Download


  1. or download this
    package TextClass;
    use Moose;
    
    ...
    __PACKAGE__->meta->make_immutable;
    1;
    
  2. or download this
    package PrettyPrint;
    use Moose::Role;
    
    ...
    }
    1;
    
  3. or download this
    use Modern::Perl qw/2014/;
    use lib 'D:/Perl/scripts';    # or wherever you have saved the modules
    
    ...
    $person->prettyprint;
    
  4. or download this
    So handsome:
        I'm CountZero
    Yeah, sure!