Help for this page

Select Code to Download


  1. or download this
    sub add_action (&\%$) {
      my( $code, $h, $key ) = @_;
    ...
    
    my %dispatch;
    add_action { do_something_with_foo } %dispatch => qr/foo/;