Skip to content

Instantly share code, notes, and snippets.

@exodist
Last active August 29, 2015 14:23
Show Gist options
  • Save exodist/47370be5201678aaf9aa to your computer and use it in GitHub Desktop.
Save exodist/47370be5201678aaf9aa to your computer and use it in GitHub Desktop.
WTF?
perl -E 'my $x = {}; my $y = $x; say Internals::SvREFCNT(%{$x})'
2
perl -T -E 'my $x = {}; my $y = $x; say Internals::SvREFCNT(%$x)'
2
perl -T -E 'my $x = {}; my $y = $x; say Internals::SvREFCNT(%{$x})'
3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment