forked from FG42/FG42
1
0
Fork 0
FG42/conf/emacs.d/snippets/text-mode/perl-mode/fore

5 lines
89 B
Plaintext

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