Perl CGI

  • From: "Sina Bahram" <sbahram@xxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Fri, 3 Apr 2009 17:17:14 -0400

Hi all,

I have a Perl script that I've written, which now needs to be accessed via
the web.

It requires a text string and a path to a file as it's two arguments.

It spits out two output files.

How can I webify this in the simplest way possible?

I'd pretty much like a form which takes the input string and input file, and
then the script can spit out an html page with two links for the user to
download the two output files.

Are there some libraries that make this dirt simple to do in Perl?

I can obviously code up all the necessary html, but some issues are
generating unique filenames, handling the input data such as the file being
uploaded correctly, and so on.

Thanks

Take care,
Sina

__________
View the list's information and change your settings at 
//www.freelists.org/list/programmingblind

Other related posts: