#!perl -w use strict; my $a = sub { sub { "thingy" } }; print $a->()(); [download]
In reply to Re^5: Seemingly enigmatic data structures by Joost in thread Seemingly enigmatic data structures by Anonymous Monk