Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Double clicking a raw mode Win32::Console app

by gok8000 (Scribe)
on Sep 26, 2008 at 19:15 UTC ( [id://713932]=note: print w/replies, xml ) Need Help??


in reply to Double clicking a raw mode Win32::Console app

If you don't need Win32::Console, this one also waits for the pressing of a key:
print "\nFile table.html created (press a key)\n"; $line = <STDIN>;

Replies are listed 'Best First'.
Re^2: Double clicking a raw mode Win32::Console app
by MidLifeXis (Monsignor) on Sep 27, 2008 at 02:29 UTC

    Almost, but not quite. It will wait for a record (delimiter set by $/). Even then, you may have some buffering issues on the console, where the console's record separator is the newline (for that platform).

    See the Term::ReadKey option above.

    Update: Made first paragraph less harsh.

    --MidLifeXis

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://713932]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-20 04:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found