Help for this page

Select Code to Download


  1. or download this
    "1" => \&get_ifc_name,
    
  2. or download this
    "1" => \&get_ifc_name({'ifc_default' => 'test_me',}),
    
  3. or download this
    "1" => { sub => \&get_ifc_name, args => {'ifc_default' => 'test_me',} 
    +},
    
  4. or download this
    $menu_hash{1}{sub}->($menu_hash{1}{args});