Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Revising Input Method

by hakonhagland (Scribe)
on Jul 28, 2016 at 20:47 UTC ( [id://1168760]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ sudo apt-get install libncurses5-dev libreadline6-dev
    $ cpanm Term::ReadLine::Gnu
    
  2. or download this
    use feature qw(say);
    use strict;
    ...
        my $line = $term->readline( 'Enter input: ' );
        say "You entered: '$line'";
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found