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