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