summaryrefslogblamecommitdiffstats
path: root/emacs.d/lisp/yasnippet/snippets/perl-mode/fore
blob: c878a0e57a0f8ddd5055a2a4eeef0974f9dc504d (plain) (tree)
1
2
3
4
5




                                   
#name : foreach ... { ... }
# --
foreach my \$${1:x} (@${2:array}) {
    ${3:# body...}
}