Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

IO::Prompter with colored menu's

by doubledecker (Scribe)
on Jan 25, 2013 at 09:17 UTC ( [id://1015292]=perlquestion: print w/replies, xml ) Need Help??

doubledecker has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks,

I'm trying to display menu by prompting the user to select one option from the menu. I want to display colored menu and using IO::Prompter module

here is the thing i've tried so far....

#!/usr/bin/perl use strict; use IO::Prompter; my $animal = prompt 'Select' -style=>'bold red on yellow', -number, -m +enu=>[ 'Cat', 'Dog', 'Tiger' ], ' >'; print $animal;

but this is not working what i expected. any help is appreciated

Replies are listed 'Best First'.
Re: IO::Prompter with colored menu's
by choroba (Cardinal) on Jan 25, 2013 at 09:38 UTC
    Is your syntax correct? I miss a comma after 'Select'. Maybe Perl does too?
    لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1015292]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (6)
As of 2024-04-23 10:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found