Mercurial > pub > Impl
view _test/Test/Resources/locale/en_INF2/Strings.p @ 424:87af445663d7 ref20150831
IMPL::Object::_Base
author | cin |
---|---|
date | Tue, 03 Apr 2018 10:54:09 +0300 |
parents | 2eed076cb944 |
children |
line wrap: on
line source
use utf8; use strict; { HelloMessage => sub { my ($this,$args) = @_; return "I know you, $args->{name}!"; } };