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