in reply to Distributing Perl GUI Clients for Server Apps

The simplest method would be to use a web browser and HTTPS. Of course this would a bit constraint the GUI (until perl XUL library is ready: there.is.only.xul).
  • Comment on Re: Distributing Perl GUI Clients for Server Apps

Replies are listed 'Best First'.
Re: Re: Distributing Perl GUI Clients for Server Apps
by Anonymous Monk on Aug 06, 2003 at 10:10 UTC

    Hi, sorry I should have specified that I want to avoid web browsers. Their simplicity can't be beat, but unfortunately they have many limitations as well. The GUI would need to do semi-advanced text editing (amoung other things) which <textarea>'s just can't do. Thanks anyways for the suggestion :)