in reply to Formating in print
use Term::ReadKey; ReadMode 'cbreak'; # makes each char available as it is typed $key = ReadKey(0); # get the single char # I guess here is where you'd want to print the comma # ReadMode 'normal'; # return mode back to normal
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Formating in print
by Anonymous Monk on Apr 11, 2002 at 02:03 UTC | |
by emilford (Friar) on Apr 11, 2002 at 03:16 UTC | |
by CompuKid101 (Novice) on Apr 11, 2002 at 04:09 UTC |