Help for this page

Select Code to Download


  1. or download this
    # after executing:
    our $term = new Term::ReadLine 'Command Line Interface';
    ...
       Invalid variable 'mark-symlink-directories'
    # it shouts:
    Undifiened value assigned to typeglob at (eval 22) line 15, <RC> line 
    +11.
    
  2. or download this
    # when doing:
    $term->stifleHistory(100);
    
    # I get:
    Cannot do 'stifleHistory' in Term::ReadLine::Perl at /usr/lib/perl5/si
    +te_perl/5.8.0/Term/ReadLine/Perl.pm line 111.