dotfiles/.vim/template/perl/snip-sub.pl

6 lines
88 B
Perl

sub {{_input_:function name}} {
my ($self{{_input_:arguments}}) = @_;
{{_cursor_}}
}