Help for this page

Select Code to Download


  1. or download this
    package My;
    use Moose;
    has list => ( is  => 'rw',
                  isa => 'ArrayRef[Str]',
    );
    
  2. or download this
    my $obj = 'My'->new(list => [qw[ a b c ]]);
    $obj->list([ map uc, @{ $obj->list } ]);
    
  3. or download this
    package My;
    use Moose;
    ...
                      map_list      => 'map'
                  },
    );
    
  4. or download this
    $obj->list([ $obj->map_list(sub { uc }) ]);
    
  5. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    $obj->add_to_list(qw( a b c ));
    $obj->apply_to_list(sub { uc });
    say for $obj->list_elements;
    
  6. or download this
                      handles => {
                          add_to_list   => 'push',
                          list_elements => 'elements',
                          apply_to_list => 'apply',    
                      },
    
  7. or download this
    ($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord
    }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,