Mercurial > pub > Impl
view _test/Test/Resources/locale/en_INF2/Strings.p @ 410:9335cf010b23 ref20150831
refactoring
| author | cin |
|---|---|
| date | Mon, 14 Sep 2015 01:11:53 +0300 |
| parents | 2eed076cb944 |
| children |
line wrap: on
line source
use utf8; use strict; { HelloMessage => sub { my ($this,$args) = @_; return "I know you, $args->{name}!"; } };
