Help for this page

Select Code to Download


  1. or download this
    package Test;
    use Moose;
    ...
        my $value = $self->appended;
        return $prepend . $value;
    }
    
  2. or download this
    
    use 5.010;
    ...
    $t->appended ('another_string');
    say $t->appended;
    
  3. or download this
    fred
    /some_string/this_is_appended_string
    another_string