Help for this page

Select Code to Download


  1. or download this
    Several features of this module are known to have problems under Windo
    +ws. If using that platform, you may have more success (and less distr
    +ess) by trying IO::Prompt::Tiny, IO::Prompt::Simple, or IO::Prompt::H
    +ooked first.
    
  2. or download this
    use Term::Readline; 
    $ENV{PERL_RL} = "Perl";
    ...
            chomp ($in);
            ...
    }
    
  3. or download this
    All tests successful.
    Files=38, Tests=163, 53 wallclock secs ( 0.09 usr +  0.09 sys =  0.19 
    +CPU)
    Result: PASS