http://www.perlmonks.org?node_id=994938


in reply to Perl TK

Hello randor, I have made one or two GUI's using Tk and the easiest way to print something to it is using a label:

$mainWindow-> Label(-text => "Hello world");

As far as posting a link, I think you might have to make a button which the user presses and callback to a function which takes you to that webpage. Your going to need to know which web browser to use and what parameters to pass it.