Help for this page
my @callbacks = ( sub { print "one\n" }, ... print "@callbacks\n"; for (@callbacks) { $_->() } print "@callbacks\n";