Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    my $MENUFILE='/home/jsmith/etc/MENU.example.main';
    my $MENU='';
    MenuGen($DEBUG,"$MENUFILE");
    
  2. or download this
     package ScriptLibs::Menu;
    #  VERSION: 1444685500
    ...
    
    1;
    # The preceding line will help the module return a true value
    
  3. or download this
    <MENU>
       <TITLE>Configuration Wizard </TITLE>
    ...
       </OPTION>
       <CURSOR>MAIN</CURSOR>
    </MENU>
    
  4. or download this
    Configuration Wizard 
      Enter a menu option to begin
    ...
    
    \&MenuNA
    Undefined subroutine &main::\&MenuNA called at /home/jsmith/lib/Script
    +Libs/Menu.pm line 261, <> line 1.