Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: PERL exe file

by RonW (Parson)
on Jun 18, 2014 at 16:38 UTC ( [id://1090320]=note: print w/replies, xml ) Need Help??


in reply to PERL exe file

As marto mentioned, pp (part of the PAR package) helps you make a self-contained executable. you do have to test it on several other PCs because pp can't always find all the needed DLLs, so you may have to manually add them.

As for adding buttons and menus, there are several sets of modules for creating graphical user interfaces in Perl. I happen to use Tk. (Recently, I shared my Menu::Simple module that builds menus for Tk (and includes an example program).)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-18 02:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found