Skip to content

Instantly share code, notes, and snippets.

@oki
Created November 27, 2008 10:45
Show Gist options
  • Save oki/29719 to your computer and use it in GitHub Desktop.
Save oki/29719 to your computer and use it in GitHub Desktop.
$single_types_available = { 1 => "2", "oki" => 'dupa'};
my ($x,undef) = keys %{$single_types_available};
print "X: $x\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment