aboutsummaryrefslogtreecommitdiffstats
path: root/feature-tests/test.sub
blob: 350e89db1d30702134f1d8990a3ed65fd8d2cfe1 (plain) (blame)
1
2
3
4
5
6
7
{
    'moo' => sub { print "Moo" },
    'hello' => sub { print join(", ", @_) },
    'inp' => sub { print "input is : ", _input(); },
};