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