Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Most portable way of GUI programming?

by logan (Curate)
on Dec 02, 2002 at 05:26 UTC ( [id://216846]=note: print w/replies, xml ) Need Help??


in reply to Most portable way of GUI programming?

Why not make it a cgi? TK and Win32::GUI are great, don't get me wrong, but a cgi will allow you to make the code truly cross-platform. You can do buttons, lists, checkboxes, whatever you need, and you won't have to worry about a rewrite if you have to port it to another OS. Plus, you don't need to install any CPAN modules to put it on a new machine, as I recall, CGI.pm comes standard.

-Logan
"What do I want? I'm an American. I want more."

  • Comment on Re: Most portable way of GUI programming?

Replies are listed 'Best First'.
Re: Re: Most portable way of GUI programming?
by Schemer (Scribe) on Dec 02, 2002 at 05:51 UTC
    ...areas where custom graphics (some kind of collapsable trees) could be drawn.

    A CGI really doesn't solves this problem, does it?

    And maybe you don't need to install CPAN modules, but you might have to install a webserver.
      You have a point, but it's fairly easy to write a server in Perl.
      Popfile is a good example. Personally, when it makes sense for the application (No canvases, etc), I prefer the CGI approach.

      -Lee

      "To be civilized is to deny one's nature."

Log In?
Username:
Password:

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

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

    No recent polls found