in reply to Reading char-by-char from STDIN

Can you install Term::Readkey via ppm? run ppm3 in a dos prompt and then do:
install http://www.bribes.org/perl/ppm/Term-ReadKey.ppd
Update: Activestate has the latest version (2.30) as well, so you should just be able to run install TermReadKey inside ppm3.

Update: fixed my capn -> cpan typo.

Replies are listed 'Best First'.
Re^2: Reading char-by-char from STDIN
by reasonablekeith (Deacon) on May 13, 2005 at 16:09 UTC
    I did try to install it via the CPAN module, which fails on a make. I've never used ppm; I'll give it a go.

    Thanks

    ---
    my name's not Keith, and I'm not reasonable.