perlplayer has asked for the wisdom of the Perl Monks concerning the following question:

hello i am trying to display simply a message to the user which perl/tk widget shall i use messageBox or message

Replies are listed 'Best First'.
Re: perl/tk ..querry
by marto (Cardinal) on Dec 08, 2008 at 13:19 UTC

    Hi perlplayer,

    IIRC Tk::Message will display a message where as messageBox will display a message and wait for user response prior to continuing.

    Perhaps you could take a few minutes to create a basic example of each so that you could determine which suits your application, given that we don't know exactly what you want it to behaive.

    hope this helps,

    Martin

Re: perl/tk ..querry
by Anonymous Monk on Dec 08, 2008 at 13:16 UTC
    Either or