summaryrefslogtreecommitdiffstats
path: root/emacs.d/snippets/text-mode/perl-mode/sub
blob: 5ab54d710c29939831e52efe80d0001ba5b0045f (plain) (blame)
1
2
3
4
5
#name : sub ... { ... }
# --
sub ${1:function_name} {
    $0
}