Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 608235
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T17:26:29+00:00 2026-05-13T17:26:29+00:00

I have a Perl command-line script that I want to convert to a rich.

  • 0

I have a Perl command-line script that I want to convert to a rich. cross-platform desktop GUI application. What’s the best method to do it. I want to the internal and the logic code in Perl but the GUI should be rich web application.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T17:26:29+00:00Added an answer on May 13, 2026 at 5:26 pm

    I have been working on the Perl module XUL::Gui on CPAN which uses Firefox as a host platform to render cross platform gui’s from Perl. All you need is Firefox installed on the target platforms. It is currently in development, but may be stable enough for your needs. Here is a brief example of how the syntax looks:

    use XUL::Gui;
    
    display Window title => 'Foo Processor',
        Hbox(
            (map {
                my $id = $_;
                CheckBox id => $id,
                    label   => "use $id",
                    option  => sub {shift->checked eq 'true' ? " -$id" : ()}
              } qw/foo bar baz/
            ),
            TextBox( id => 'num', 
                 type   => 'number', 
                 option => sub {' -num ' . shift->value}
            ),
            Button( label => 'run', oncommand => sub {
                my @opts = map {$ID{$_}->option} qw/foo bar baz num/;
                $ID{txt}->value = `fooproc @opts`;
            }),
        ),
        TextBox( FILL, id => 'txt' );
    

    Since it is under development, if you have any feature requests (or find any bugs) let me know.

    Also, since you are inside of Firefox, any web technologies that Firefox supports (canvas, iframes, flash…) are fully usable from Perl. For gui components, you can use any combination of HTML and XUL tags.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does Perl have an enumeration type that adheres to best practices , or maybe
I have a Perl script that I'm attempting to set up using Perl Threads
I have Perl script and need to determine the full path and filename of
I have a perl variable $results that gets returned from a service. The value
I have a Perl script where I maintain a very simple cache using a
I have this Perl script with many defined constants of configuration files. For example:
I have a Perl module that I would like to use from Java. Is
I have Perl code which relies on Term::ReadKey to get the terminal width. My
I have Perl on Mac, Windows and Ubuntu. How can I tell from within
I have perl, v5.6.1 built for MSWin32-x86-multi-thread Binary build 638 provided by ActiveState. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.