Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. PERL used in desktop app

PERL used in desktop app

Scheduled Pinned Locked Moved Web Development
perlquestionhtmlsysadmintools
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    joniboy123
    wrote on last edited by
    #1

    Hi Ive written a PERL script and want a simple GUI for it. Ive started doing it in HTML and hoped to be able to cut and paste data in, press calculate and then be presented with the findings. How do i get data from a html forms text box, into my perl script?? Ive searched the web put everyone wants to use cgi. This wouldnt work without a web server would it? Thanks!!

    Z 1 Reply Last reply
    0
    • J joniboy123

      Hi Ive written a PERL script and want a simple GUI for it. Ive started doing it in HTML and hoped to be able to cut and paste data in, press calculate and then be presented with the findings. How do i get data from a html forms text box, into my perl script?? Ive searched the web put everyone wants to use cgi. This wouldnt work without a web server would it? Thanks!!

      Z Offline
      Z Offline
      ZoogieZork
      wrote on last edited by
      #2

      If you want your Perl script to be executed from a web browser, you'll need to have it as a CGI script on a web server -- that's just how things work. If you want to build a standalone GUI for your app, there are a number of toolkits with Perl bindings you can use to construct the GUI: Win32::GUI, Gtk, Qt, Tk, etc. Since you know HTML already, you may be interested in the Tk::HTML[^] module. - Mike

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups