Help for this page

Select Code to Download


  1. or download this
    use Test::More;
    
    ...
    
       use_ok('Term::Menu::Hierarchical');
    }
    
  2. or download this
    if ($^O =~ /^(?:MSWin|VMS|dos|MacOS|os2|epoc|cygwin)) {
        die "OS unsupported\n";
    }