Chris,
Thanks for the response.  In fact that is exactly what I want to do.
And I 
know it can be done with a local web server.
Let me ask you this though.
Is there a way for me to utilize Javascript, or other script (such as
PHP), 
in order to avoid using the web server?
Basically, like the original problem stated.. I will have several Java 
programs that will be linked via Perl script, and then I wish to present

results back in HTML file.  So is there any way for me to do this
without 
the web server?
Maybe Perl is not the way to go then? What do you think?
Thanks in advance,
Sonia



It sounds like you want to run a perl script on your client that will
make a connection to a server.  Once connected the application (written
in perl) will run some java programs, process the data, and return back
html files to the client.  If that is what you want, perl can handle
that (perldoc Socket).  The Perl Cookbook has some examples of socket
programs.


------------------------------------------------------------------------------

This email is confidential and may be legally privileged.

It is intended solely for the addressee. Access to this email by anyone else, 
unless expressly approved by the sender or an authorized addressee, is 
unauthorized.

If you are not the intended recipient, any disclosure, copying, distribution or 
any action omitted or taken in reliance on it, is prohibited and may be 
unlawful. If you believe that you have received this email in error, please 
contact the sender, delete this e-mail and destroy all copies.

==============================================================================


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to