Help for this page

Select Code to Download


  1. or download this
    my ( @ref_list, $code_ref, $i );
    
    ...
    while ( $code_ref = pop @ref_list ) {
        &$code_ref;
    }