Skip to content

Instantly share code, notes, and snippets.

@berekuk
Created January 13, 2011 13:43
Show Gist options
  • Save berekuk/777865 to your computer and use it in GitHub Desktop.
Save berekuk/777865 to your computer and use it in GitHub Desktop.
./perl -e 'sub more_nesting { return bless { x => shift } => "A" }; sub build_deep { my $x; $x = more_nesting($x) for 1..shift(); return $x; } sub f { my $x = build_deep(shift @ARGV); undef $x } f()' 400000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment