#!/usr/bin/perl use strict; use lib ("/home/jsmith/lib"); use ScriptLibs::Menu; my $DEBUG='1'; my $MENUFILE='/home/jsmith/etc/MENU.example.main'; my $MENU=''; MenuGen($DEBUG,"$MENUFILE");