Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: weird bug with IO::Prompter, prompt spells out the word 'prompt'

by Corion (Patriarch)
on Oct 17, 2019 at 15:41 UTC ( [id://11107610]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -e'use IO::Prompter; prompt -menu => [6..9]'
    
  2. or download this
    # Export the prompt() sub...
    sub import {
    ...
            $fake_input = $config_data;
        }
    }
    
  3. or download this
    perl -e'use IO::Prompter 'fake'; prompt( -menu => [6..9] )'
    
  4. or download this
    perl -MIO::Prompter -e'prompt -menu => [6..9]'
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-23 16:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found