view _test/Test/Resources/locale/en_INF2/Strings.p @ 396:6f2a494579cb

sync
author sergey
date Mon, 24 Feb 2014 01:55:46 +0400
parents 2eed076cb944
children
line wrap: on
line source

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