Ask a Question related to PERL Beginners, Design and Development.
-
Joe Echavarria #1
perl and application server..
Hi there,
Is there a way to work with perl as a Java, with and
application server in other to separate the
presentation from the business logic ?, Thanks for
any help.
__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
[url]http://taxes.yahoo.com/filing.html[/url]
Joe Echavarria Guest
-
Can you detail How create an application use StreamingMedia Server (Flash Media Server) for me?
Can you detail the way to create an application use Streaming Media Server (Flash Media Server) for me? I installed Flash Media Server 2,... -
uploading fiels from one unix server to another server usin perl cgi script.
Hi all, I have a task at hand , that of uplaoding file from server to another server and also pass 6 paramteres along with the file. ... -
Using Perl / MYSQL for a large database application
In message <68838fa1.0307161354.6fbecde@posting.google.com>, mapexvenus <mapexvenus2002@yahoo.com> writes Should be no problem with a relatively... -
perl code to test my C based CGI application
Already tried cgi newsgroup to no avail. I'm a Perl begginner, and it's starting to look like Perl is the best way to do this. I have a C based... -
R. Joseph Newton #2
Re: perl and application server..
Joe Echavarria wrote:
What is "a Java" There is only one Java programming language, and Perl is a> Hi there,
>
> Is there a way to work with perl as a Java,
different language. If you mean a Java Applet, then no, Perl doesn't have any
extensions for working inside a browser. You can post to a Perl-based
application from a Java Applet, though. You can also use JavaScript [a third
language, with no relationship to the other two] to handle some client side
chores.
Perl works fine as a server side programming language. It is very well suited> with and
> application server
to the middle [business logic] tier of a three-tier system. The CGI module
makes it very easy to receive data or requests from Web clients, and the DBI
module provides facilities for connecting with the database server. Your Perl
programs can then focus on what needs to be done between requestor and database.
Well, I hope that helps. I am sort of guessing on what it is you want, though.> in other to separate the
> presentation from the business logic ?, Thanks for
> any help.
Joseph
R. Joseph Newton Guest
-
Jenda Krynicky #3
Re: perl and application server..
From: "R. Joseph Newton" <rjnewton@efn.org>
I think Joe means something like mod_perl.> Joe Echavarria wrote:>> > Hi there,
> >
> > Is there a way to work with perl as a Java,
> > with and
> > application server
> Perl works fine as a server side programming language. It is very
> well suited to the middle [business logic] tier of a three-tier
> system. The CGI module makes it very easy to receive data or requests
> from Web clients, and the DBI module provides facilities for
> connecting with the database server. Your Perl programs can then
> focus on what needs to be done between requestor and database.
Jenda
===== [email]Jenda@Krynicky.cz[/email] === [url]http://Jenda.Krynicky.cz[/url] =====
When it comes to wine, women and song, wizards are allowed
to get drunk and croon as much as they like.
-- Terry Pratchett in Sourcery
Jenda Krynicky Guest
-
Nyimi #4
RE: perl and application server..
Hello,
Give a look to this article from perl.com
I contains a lot of interesting infos related to your question:
http://www.perl.com/lpt/a/2001/10/17/etoys.html
HTH,
José.
-----Original Message-----
From: Joe Echavarria [mailto:com]
Sent: Friday, February 13, 2004 9:25 PM
To: org
Subject: perl and application server..
Hi there,
Is there a way to work with perl as a Java, with and application server in other to separate the presentation from the business logic ?, Thanks forany help.
__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online. http://taxes.yahoo.com/filing.html
--
To unsubscribe, e-mail: org
For additional commands, e-mail: org <http://learn.perl..org/> <http://learn.perl.org/first-response>
**** DISCLAIMER ****
"This e-mail and any attachment thereto may contain information which is confidential and/or protected by intellectual property rights and are intended for the sole use of the recipient(s) named above.
Any use of the information contained herein (including, but not limited to,total or partial reproduction, communication or distribution in any form) by other persons than the designated recipient(s) is prohibited.
If you have received this e-mail in error, please notify the sender either by telephone or by e-mail and delete the material from any computer".
Thank you for your cooperation.
For further information about Proximus mobile phone services please see ourwebsite at http://www.proximus.be or refer to any Proximus agent.
Nyimi Guest



Reply With Quote

