On Fri, 21 Dec 2012 13:42:18 +1300 newbie01 perl <[email protected]> wrote:
> Hi, > > Does anyone know of any great source/link for tutorials on menu > driven Perl? "Menu driven"? You may need to be more specific. Perhaps you mean terminal-based, using e.g. curses-based stuff? Perhaps one of the following might help: https://metacpan.org/module/Curses::Toolkit https://metacpan.org/module/Tickit Or do you mean straightforward text menus (present a list of options, let the user enter their choice)? Or do you mean presenting a GUI? More details needed for anyone to really help you here, I think. -- David Precious ("bigpresh") <[email protected]> http://www.preshweb.co.uk/ www.preshweb.co.uk/twitter www.preshweb.co.uk/linkedin www.preshweb.co.uk/facebook www.preshweb.co.uk/cpan www.preshweb.co.uk/github -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
