Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: mixing curses::ui with stdout program

by bms (Monk)
on Mar 28, 2012 at 16:55 UTC ( [id://962229]=note: print w/replies, xml ) Need Help??


in reply to mixing curses::ui with stdout program

If your running on a Linux box and executing that script through a terminal, it should work. However:

print STDOUT "Try this\n";

Replies are listed 'Best First'.
Re^2: mixing curses::ui with stdout program
by mzagrabe (Initiate) on Mar 28, 2012 at 18:48 UTC
    Hi bms!

    Thanks for your reply. I am running this on a GNU/Linux box. Unfortunately, your suggestion does not improve the result:

    ---{/tmp/curses_ui_test}--- ... $text_editor->focus; $cui->mainloop; print STDOUT "outside of mainloop!\n"; ---{/tmp/curses_ui_test}---
    mzagrabe@achilles:/tmp$ ./curses_ui_test mzagrabe@achilles:/tmp$
    I would expect to see something between the two prompts above.

    Any other ideas? :)

    Thanks!

    -mz

Log In?
Username:
Password:

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

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

    No recent polls found