The answer depends on how portable you want your application. If you need portability across windows and unix, the perl interface to Tk, or wxPerl are good bets.
 
If your code will run only on windows and you like using HTML forms, you can use Win32::OLE to "drive" IE.
 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Overstreet
Sent: Wednesday, July 27, 2005 11:06 PM
To: perl-win32-users@listserv.ActiveState.com
Subject: Forms for local perl scripts?

All,
 
    I run alot of administrative perl scripts at work.  (newbie question coming up---->) I am trying to find a way to have a decent looking (local) form to input data into a (local) perl script.  I don't have access to a webserver for CGI's...nor do I want to put some of these scripts on a webserver :-)  One of my scripts, for example, opens a trouble ticket in our ticketing system, but without having to open the client, login, open a ticket, fill out all of the repetitive information, etc...  There is alot of "pasting" information" into an annoying DOS window.  Does anyone have an example of a form (such as a MS Word or HTML form) that I can run locally and submit info into a local Perl script?  Thanks in advance for any help.

--
Scott Overstreet
<[EMAIL PROTECTED]>
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to