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