- or download this
#!/usr/bin/perl
use strict;
...
my $MENUFILE='/home/jsmith/etc/MENU.example.main';
my $MENU='';
MenuGen($DEBUG,"$MENUFILE");
- or download this
package ScriptLibs::Menu;
# VERSION: 1444685500
...
1;
# The preceding line will help the module return a true value
- or download this
<MENU>
<TITLE>Configuration Wizard </TITLE>
...
</OPTION>
<CURSOR>MAIN</CURSOR>
</MENU>
- 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.