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