Posted by chandima on Monday, October 3, 2011 at 11:36pm.
I wonder if "suranthi" comes close to being the subject of your post?
sure. create the file suranthi.pl
system "stty raw";
while ($_ = getc) {
last if $_ eq ".";
}
system "stty cooked";
perl suranthi.pl
Related Questions
C Programming - Write a program that prompts the user to enter a temperature, ...
Programming in c++ - Write a program in c++ that inputs a number [1-12] from the...
Programming - How would the flow charts and pseudocode look for this? The Metric...
programming MIPS ask - Write a MIPS assembly language program that will cover ...
Design Logic and programming - write a program that ask the student to enter an ...
computer science - I need to write a program that ask the student to enter an ...
programming - write a payroll program that promt a user to enter his name,hourly...
Programming - Write a pseudocode program that asks the user for an integer ...
computer science - Write an Assembly program to determine the price of a car ...
programming - write a program that maintains two parallel arrays. after th ...
For Further Reading