Help for this page

Select Code to Download


  1. or download this
    my %hash = (
         foo  =>\&do_foo,
         bar  =>\&do_bar,
    );
    
  2. or download this
    $hash{foo}->('foo','bar','baz');