Help for this page

Select Code to Download


  1. or download this
    $menu_hash{1}{sub}->({
        %{$menu_hash{1}{args}},      # default arguments/values
        ifc_default => 'overridden', # override default value
        ifc_color => 'green',        # add an argument/value
    });
    
  2. or download this
    "1" => sub { get_ifc_name({'ifc_default' => 'test_me', %{shift} }) },
    
  3. or download this
    $menu_hash{1}->({ifc_default => 'overridden', color => 'green'});