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

6 lines
88 B
Perl
Raw Normal View History

2012-02-13 19:19:04 +00:00
sub {{_input_:function name}} {
my ($self{{_input_:arguments}}) = @_;
{{_cursor_}}
}