in reply to Re: Creating subroutines on the flyin thread Creating subroutines on the fly
my $subref = sub {print "hello"}; &$subref(); [download]