Skip to content

Instantly share code, notes, and snippets.

@patrobinson
Created April 10, 2014 04:23
Show Gist options
  • Save patrobinson/10342395 to your computer and use it in GitHub Desktop.
Save patrobinson/10342395 to your computer and use it in GitHub Desktop.
perl -e 'use strict; my %a; my $a; $a{"1"} = 0; $a = 1; print "$a{$a}\n$a\n";'
@patrobinson
Copy link
Author

Output:
0
1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment