Sparrow6.git | examples/tasks/perl-inline/ | task.check


code: <<CODE
!perl
print 'hello world!!!';
CODE


generator: <<CODE
!perl
print 'OK' ;
CODE