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"; }
since I not familiar with C/++ I might be totaly wrong:
the perl program will wait until the user enters somethingCode:print "Waiting for user to input more data: "; chomp(my $input = <STDIN>);
You might also want to check out WWW::Mechanize and the sleep() function.
WWW::Mechanize for console?
Which method is better? Is WWW:Mechanize only for the web?
Code:for (int i;;) { cout << "Smith"; }
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks