aboutsummaryrefslogtreecommitdiff
path: root/template/sub.perl
diff options
context:
space:
mode:
Diffstat (limited to 'template/sub.perl')
-rw-r--r--template/sub.perl5
1 files changed, 5 insertions, 0 deletions
diff --git a/template/sub.perl b/template/sub.perl
new file mode 100644
index 0000000..32f0e6d
--- /dev/null
+++ b/template/sub.perl
@@ -0,0 +1,5 @@
+sub {{_input_:function name}} {
+ my ($self{{_input_:arguments}}) = @_;
+ {{_cursor_}}
+}
+