Thread: Pause
View Single Post
  #1 (permalink)  
Old 02-12-2007, 07:22 PM
smith smith is offline
Programmer
 
Join Date: Jun 2006
Posts: 108
Credits: 0
Rep Power: 10
smith is on a distinguished road
Default Pause

On console output I need to pause before the user can continue. I know there is a way to do this in C/C++ but does perl have some equivalent function?
__________________
Code:
for (int i;;) {
   cout << "Smith";
}
Reply With Quote

Sponsored Links