Help for this page

Select Code to Download


  1. or download this
    package test_undef;
    use Moose;
    ...
    
    no Moose;
    __PACKAGE__->meta->make_immutable;
    
  2. or download this
    #!/usr/bin/env perl
    use strict;
    ...
    );
    
    say $test->language;