diff options
Diffstat (limited to 'feature-tests/test.sub')
-rw-r--r-- | feature-tests/test.sub | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/feature-tests/test.sub b/feature-tests/test.sub index 6a24879..350e89d 100644 --- a/feature-tests/test.sub +++ b/feature-tests/test.sub @@ -1,6 +1,7 @@ { 'moo' => sub { print "Moo" }, - 'hello' => sub { print join(", ", @_) } + 'hello' => sub { print join(", ", @_) }, + 'inp' => sub { print "input is : ", _input(); }, }; |