I am doing some similar development, although just on the mac for
now. After digging for days trying to find an appropriate front-end
solution (Perl/Wish/Tk, HTML) I took a look at the GUI toolbox
section (1) of the excellent MacPerl Power and Ease book on the web.
I found this to be the perfect solution for development on the mac
and, simply by setting up the front end code in it's own module, I
hope to be able to offer different front end modules for Win and *nix
(probably using Perl/Tk).
(1) http://macperl.org/macperl/ptf_book/r/MP/325.GUI.html
hth
Bill
>Hi,
>
>I've been doing some cross-platform work with our iMac and our
>Windows systems and our TurboLinux machine, and I can tell you that
>Perl has turned out to be very portable, *except* for GUI... I've
>only got a version of Tk.pm for Windows, but I'm sure there's one
>for Linux. I have found it easier to simply write Perl CGI (to get
>the graphical interface) and run it on one of the above three
>platforms' web servers. If you find out about a version of Perl/Tk
>for the Mac, I'd really like to know about it!
>
>Best regards,
>
>Melora Adams
>
>In a message dated Wed, 30 May 2001 9:11:34 AM Eastern Daylight
>Time, Taylor Leaming <[EMAIL PROTECTED]> writes:
>
>...
>
>I need to develop a GUI-based tool for use on both UNIX and Windows, and I
>hope also on my Mac (since this is where I want to do the development)...
...
> +------------------------------------------------------------------+
> | Taylor Leaming <mailto:[EMAIL PROTECTED]> |
> | Austin, Texas |
> +------------------------------------------------------------------+
> >>
--