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'