view _test/Test/Resources/locale/en_INF2/Strings.p @ 413:af8d359ee4cc ref20150831

working on di container
author cin
date Thu, 24 Sep 2015 12:19:30 +0300
parents 2eed076cb944
children
line wrap: on
line source

use utf8;
use strict;
{
	HelloMessage => sub {
		my ($this,$args) = @_;
		
		return "I know you, $args->{name}!";
	}
};