Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Cross-platform GUI for UNIX based scripts

by taint (Chaplain)
on May 23, 2013 at 13:16 UTC ( [id://1034946]=note: print w/replies, xml ) Need Help??


in reply to Cross-platform GUI for UNIX based scripts

Greetings,
No disrespect intended, but generally speaking, the *NIX crowd tend to be pretty savvy
when it comes to "tech stuff". That said, if you have any experience in Perl, you might
want to look into the tk, or gtk Perl bindings/toolkits. Basically put; they allow you
to incorporate buttons, and other widgets into your Perl applications, that will run
on other platforms easily. It would also be worth looking into using CGI. There a massive
collection of freely available modules that provide the "progress-bars" you noted, as well as Jason.
Simply running a search on CPAN for
http://search.cpan.org/search?query=tk&mode=all tk. Provided a few hundred possibilies.
http://search.cpan.org/search?query=gtk&mode=all gtk, gave much the same.

HTH

--chris

#!/usr/bin/perl -Tw
use perl::always;
my perl_version = "5.12.4";
print $perl_version;
  • Comment on Re: Cross-platform GUI for UNIX based scripts

Replies are listed 'Best First'.
Re^2: Cross-platform GUI for UNIX based scripts
by Anonymous Monk on May 23, 2013 at 13:28 UTC
    Thanks Chris I will have a look. The majority of the people who will use it are windows based with no experience of UNIX. They haven't even used putty before which makes it a bit of a headache for me.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-04-23 19:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found