Skip to content

Instantly share code, notes, and snippets.

@kidd
Created October 18, 2019 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kidd/821625c9e613ba43b7cd751017e3a2c7 to your computer and use it in GitHub Desktop.
Save kidd/821625c9e613ba43b7cd751017e3a2c7 to your computer and use it in GitHub Desktop.
for my $k (keys %hash) {
if ($k eq "name") {
$hash{$k}++;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment