Skip to content

Instantly share code, notes, and snippets.

@kazuminn
Last active October 13, 2015 14:07
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 kazuminn/737550c95f65499cc5b0 to your computer and use it in GitHub Desktop.
Save kazuminn/737550c95f65499cc5b0 to your computer and use it in GitHub Desktop.
use warnings;
use strict;
use utf8;
my %hoge;
$hoge{"hoge"}++;
print $hoge{"hoge"}
=cut
1
=cut
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment