Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Easiest Simple GUI for standard input

by atcroft (Abbot)
on Nov 30, 2016 at 03:58 UTC ( [id://1176896]=note: print w/replies, xml ) Need Help??


in reply to Easiest Simple GUI for standard input

I think you will find that "easiest" will depend on the system you are on, but I would begin by looking at the "User Interfaces" section of Tutorials, which includes tutorials for Tk, Gtk, and wxPerl.

Hope that helps.

  • Comment on Re: Easiest Simple GUI for standard input

Replies are listed 'Best First'.
Re^2: Easiest Simple GUI for standard input
by Anonymous Monk on Nov 30, 2016 at 18:49 UTC
    Maybe consider https://metacpan.org/pod/distribution/IUP/lib/IUP.pod#GetParam

    Like:

    perl -MIUP -E '($status, $val) = IUP->GetParam("Title", undef, "String: %s\n", "test"); say $val'
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-25 13:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found