Re: Perl vs. Java for string manipulation regex

2007-06-26 Thread Jenda Krynicky
From: Tom Phoenix [EMAIL PROTECTED] On 6/24/07, Jeni Zundel [EMAIL PROTECTED] wrote: My employer doesn't want to use it because it's in perl and he doesn't think that anyone else in the building knows perl. So, I decided to work on my java syntax (recently started doing a bit of

Re: Perl vs. Java for string manipulation regex

2007-06-24 Thread Tom Phoenix
On 6/24/07, Jeni Zundel [EMAIL PROTECTED] wrote: 1. Is the java significantly slower than the perl script because I suck at writing efficient java code or because perl is just really that much better at string manipulation? Yes. If it's important to determine how much of your slowdown is

Re: perl and java and html

2005-08-11 Thread Jan Eden
Sonia wrote on 03.08.2005: Hi, I want to run PERL script which will combine several JAVA applications. Furthermore, I need this script to run in the HTML page. Is that possible? Can I run this locally on my machine, without a server? Thanks Check out mod_perl (and Apache::SSI):

RE: perl and java and html

2005-08-08 Thread Bliss, Kevin
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

Re: perl and java and html

2005-08-04 Thread Xavier Noria
On Aug 4, 2005, at 2:47, Chris Devers wrote: You can run CGI scripts on your local computer IF you have a web server, but that's not necessarily a problem. Most versions of Unix will already include some version of the Apache web server, and there are many groups offering pre-packaged

Re: perl and java and html

2005-08-04 Thread Sonia
Chris Devers [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Wed, 3 Aug 2005, Sonia wrote: I want to run PERL script which will combine several JAVA applications. This is possible. Furthermore, I need this script to run in the HTML page. This is not possible. HTML is just

Re: perl and java and html

2005-08-04 Thread Alfred Vahau
Hello Try xampp for Windows for development purposes. Has Apache, MySql and PHP. Great for testing out CGI scripts using Perl on the same box. http://www.xampp.org/ Alfred Vahau Tony Frasketi wrote: Hello I would appreciate it if you would steer me to one or more of those groups you

Re: perl and java and html

2005-08-03 Thread Chris Devers
On Wed, 3 Aug 2005, Sonia wrote: I want to run PERL script which will combine several JAVA applications. This is possible. Furthermore, I need this script to run in the HTML page. This is not possible. HTML is just a markup language. It tells an application such as a web browser how to

Re: perl and java and html

2005-08-03 Thread Tony Frasketi
Hello I would appreciate it if you would steer me to one or more of those groups you mentioned that offer pre-packaged version of Apache with Perl, MySQL and PHP for windows Can these packages run on the same machine that I have windows running? Do I access these packages from Windows

Re: perl and java and html

2005-08-03 Thread Chris Devers
On Wed, 3 Aug 2005, Tony Frasketi wrote: I would appreciate it if you would steer me to one or more of those groups you mentioned that offer pre-packaged version of Apache with Perl, MySQL and PHP for windows A quick Google search turns up several:

Re: perl and java and html

2005-08-03 Thread Tony Frasketi
Thanks very much Chris for the clear explanation. Sounds like just what I need - A way to completely build and check out a web site on my own compter and then be able to migrate it to a hosting service when I'm ready. Sure beats the local editing and back and forth trips from my computer to

RE: perl and java

2002-05-01 Thread Nikola Janceski
I think this is going to be implemented in Perl 6... but don't know if it's possible in Perl 5. -Original Message- From: Qi zhang [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 1:56 PM To: [EMAIL PROTECTED] Subject: perl and java Hello all, Did someone know it is

RE: perl and java

2002-05-01 Thread Jonathan E. Paton
Did someone know it is possible to transfer data between perl and java interface without file transfer? I want to print data to the java interface instead of the konsole(linux). I think this is going to be implemented in Perl 6... but don't know if it's possible in Perl 5. Go to

OT: dB pooling in Perl (was Re: Perl with Java)

2001-11-04 Thread Dave Storrs
On this subject: I am currently trying to sell Perl in my (highly Java-biased) shop, and having an uphill battle of it. One of the things that the brass wants to see is support for database connection pooling in a multi threaded environment. Now, I'm sure that Perl can do this, but it isn't

Re: Perl with Java

2001-11-03 Thread Greg Meckes
We use Perl and Java in our shop. I'm the Perl guy and I haven't encountered any situation where I couldn't code up something to do same thing that the Java apps do. That's not to bring into it any 'preference' of one language over the other as they both have their usability goods and bads.