Skip to content

Instantly share code, notes, and snippets.

@zigdon
zigdon / gist:2415608
Created April 18, 2012 18:22
Vim folding
# Command (takes ?)
# - adopt
# - help
# BareCommand (takes no arguments)
# - clear
# - debug
# - load
# - quit
# - save
# - view
@links = ...
my %uniq = map { $_->url(), $_ } @links;
@links = values %uniq;