Help for this page

Select Code to Download


  1. or download this
    package Menu;
    use strict;
    ...
    }
    
    1;
    
  2. or download this
    #!/usr/bin/perl
    # test_menu.pl
    ...
    
    $menu->set_choices(%entries);
    $menu->print;
    
  3. or download this
    [jason@lappy jason]$ perl test_menu.pl 
    $VAR1 = bless( {
    ...
                     '4' => 'Quit',
                     '_title' => 'Testing menu'
                   }, 'Menu' );