Help for this page

Select Code to Download


  1. or download this
    $ perl -MTerm::ReadLine -MTerm::ReadLine::Perl -d:Modlist -e 1
    Carp                   1.23
    Exporter               5.65
    Term::ReadLine         1.07
    Term::ReadLine::Perl 1.0303
    warnings               1.12
    
  2. or download this
    perl -d:Modlist -e "  use Term::Complete; $|=1; warn $input = Complete( q[ type or tab  ] , [ qw[ ro sham bo foo bar baz ] ] ); "