Help for this page
my ( @ref_list, $code_ref, $i ); ... while ( $code_ref = pop @ref_list ) { &$code_ref; }