This website requires JavaScript.
Explore
Help
Sign In
tudattr
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
6cf4b23ee2
dotfiles
/
.emacs.d
/
snippets
/
perl-mode
/
fore
6 lines
101 B
Plaintext
Raw
Blame
History
# name: foreach ... { ... }
# key: fore
# --
foreach my \$${1:x} (@${2:array}) {
${3:# body...}
}
Reference in New Issue
View Git Blame
Copy Permalink