Skip to content

Instantly share code, notes, and snippets.

@tobez
Created April 6, 2012 11:01
Show Gist options
  • Save tobez/2318879 to your computer and use it in GitHub Desktop.
Save tobez/2318879 to your computer and use it in GitHub Desktop.
#!/usr/bin/perl
use strict;
use warnings;
sub meow (&);
my %h;
my $k;
meow {
my $t : need_this;
$t = {
size => $h{$k}{size};
used => $h{$k}(used}
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment