Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Term::ReadLine::Gnu vs. history control

by LanX (Saint)
on Dec 06, 2012 at 01:39 UTC ( [id://1007444]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Term::ReadLine;
    $term = new Term::ReadLine 'ProgramName';
    ...
      next if (/not/);
      $term->AddHistory($_);
    }
    
  2. or download this
    Using: Term::ReadLine::Gnu
    prompt>a
    ...
    not b
    prompt>a
    a
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (3)
As of 2024-04-24 21:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found