Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Perl Script to run in web browser

by dasgar (Priest)
on Mar 02, 2018 at 19:43 UTC ( [id://1210252]=note: print w/replies, xml ) Need Help??


in reply to Perl Script to run in web browser

Sounds like you want a web interface for your code. I would look at one of the web framework modules (such as Dancer, Dancer2, Mojolicious). For the menus (like what your existing code is using), it probably would be easiest to go with regular HTML forms and buttons for that part.

If you need to distribute your application, you might find useful information in this blog post (Building Perl stand alone applications with a GUI using Mojolicious and PAR-Packer). Otherwise, it may be better to host in the web application on a server that everyone can access via browser.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-23 08:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found