view _test/Test/Resources/locale/en_INF2/Strings.p @ 414:ec6f2d389d1e ref20150831

working on IMPL::Config::Bag
author cin
date Fri, 02 Oct 2015 06:56:24 +0300
parents 2eed076cb944
children
line wrap: on
line source

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