aboutsummaryrefslogtreecommitdiff
path: root/template/sub.perl
blob: 32f0e6da3326b914c7ed1b7be7aa11e8dda6310e (plain)
1
2
3
4
5
sub {{_input_:function name}} {
	my ($self{{_input_:arguments}}) = @_;
	{{_cursor_}}
}