Brady Fausett wrote:

> All,
> 
> I have written a perl program (OO) that parses files, and then puts them
> into a database.  What I have been trying to do, unsuccessfully even after
> reading a ton the last week, is execute the script to parse the files
> located in a directory on the server by clicking on a button and/or link
> on a web page.
> 
> First, is this possible to do?  If so how do you do it.  I keep reading up
> on Perl with CGI information, but that all seems to be how to extract data
> via a perl script from a web page or other source and then display
> information on the web.  I am not looking to do this.  My script is made
> to run in the background and not report anything back to the web browser
> or user.


i don't think this is impossible. what exactly are you trying to do? 
something like:

1. user click a button/link
2. calls a CGI script
3. the CGI script does something but the result is not send back to the 
browser, instead it's stored somewhere in the file system.
4. the CGI script finish and a knowledge is send to the browser

it would be great if you can provide what your OO Perl program does and some 
more detail of your problem.

david

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to