Skip to content

Instantly share code, notes, and snippets.

@hokaccha
Created June 30, 2010 08:04
Show Gist options
  • Save hokaccha/458376 to your computer and use it in GitHub Desktop.
Save hokaccha/458376 to your computer and use it in GitHub Desktop.
use Test::More;
$hoge = {
foo => undef,
bar => undef,
};
is $hoge->{foo} => 'bar';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment