Help for this page
# This is the script my $gui=FP_GUI->new(); # Create main window $gui->menubar(); # Create menu bar ... ['command', 'Help', -command => [\&_show_help]] ]; }