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

Ask A Question

Stats

  • Questions 300k
  • Answers 300k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer :style is incorrect. The symbol is :styles May 13, 2026 at 7:57 pm
  • Editorial Team
    Editorial Team added an answer It's generally a very bad idea to switch on the… May 13, 2026 at 7:57 pm
  • Editorial Team
    Editorial Team added an answer You should use the member_roles association instead of roles association.… May 13, 2026 at 7:57 pm

Related Questions

I have a Perl script that sets up variables near the top for directories
I am putting together a Samba-based server as a Primary Domain Controller, and ran
I have a plain perl script that can be run from the command-line via
I have inherited a 20-year-old interactive command-line unix application that is no longer supported
I'm trying to learn how to profile perl memory. I have a very simple

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.