Re: Perl Vs ...

2003-09-21 Thread Daniel Staal
--On Sunday, September 21, 2003 21:28 -0400 Paul Kraus <[EMAIL PROTECTED]> wrote: Perl was pretty much my first language. Not counting Business Basic and same old Pascal from high school. The more I learn the more I see that perl can handle just about anything I want to do. How do you go about de

Re: Perl Vs ...

2003-09-21 Thread Tassilo von Parseval
On Sun, Sep 21, 2003 at 09:28:21PM -0400 Paul Kraus wrote: > Perl was pretty much my first language. Not counting Business Basic and same > old Pascal from high school. The more I learn the more I see that perl can > handle just about anything I want to do. How do you go about deciding if you > sh

Re: Perl Vs ...

2003-09-22 Thread Marc Adler
* Tassilo von Parseval <[EMAIL PROTECTED]> [2003-09-21 20:27]: > On Sun, Sep 21, 2003 at 09:28:21PM -0400 Paul Kraus wrote: > > > Perl was pretty much my first language. Not counting Business Basic and same > > old Pascal from high school. The more I learn the more I see that perl can > > handle j

Re: Perl Vs ...

2003-09-22 Thread Tassilo von Parseval
On Sun, Sep 21, 2003 at 09:17:38PM -1000 Marc Adler wrote: > * Tassilo von Parseval <[EMAIL PROTECTED]> [2003-09-21 20:27]: > > I was always of the opinion that knowing C is one of the essential > > things. Too many vital stuff is nowadays hidden away from the user in > > more recent languages (s

Re: Perl Vs ...

2003-09-22 Thread Shlomi Fish
On Sun, 21 Sep 2003, Paul Kraus wrote: > Perl was pretty much my first language. Not counting Business Basic and same > old Pascal from high school. The more I learn the more I see that perl can > handle just about anything I want to do. How do you go about deciding if you > should use another too

Re: Perl Vs ...

2003-09-22 Thread Dan Anderson
> How do you go about deciding if you > should use another tool such as C++ over perl? You basically look at the advantages and disadvantages of different languages and decide which will be best for the task. For instance, if you wanted to write a quick script to generate a Template file and fil

RE: Perl Vs ...

2003-09-22 Thread Akens, Anthony
M To: Paul Kraus Cc: 'perl beginners' Subject: Re: Perl Vs ... > How do you go about deciding if you > should use another tool such as C++ over perl? You basically look at the advantages and disadvantages of different languages and decide which will be best for the task. For

Re: perl vs Python

2010-10-05 Thread Jeff Peng
> ( i did'nt know where to post this; perl forum or python forum ) > > I am a bit confused, i have been learning perl last 1.5 yrs .. then > suddenly in my new company they use python to do all their scripting work > , > so i would have to follow protocol :) and learn python > > So now just wan

Re: perl vs Python

2010-10-05 Thread Shlomi Fish
On Tuesday 05 October 2010 12:25:51 Agnello George wrote: > ( i did'nt know where to post this; perl forum or python forum ) > > I am a bit confused, i have been learning perl last 1.5 yrs .. then > suddenly in my new company they use python to do all their scripting work , > so i would have to

Re: Perl vs CGI

2010-11-15 Thread Shawn H Corey
On 10-11-15 11:55 AM, Saurabh Bhatnagar wrote: However, this gives syntax errors when used in my CGI script that calls my perl script. What is the error? What is the OS? What is the server? When dealing with file systems, it's best to use the module File::Spec which comes with Perl. See `

Re: Perl vs CGI

2010-11-15 Thread Jeff Pang
2010/11/16 Saurabh Bhatnagar : > Hello, > This is my first post. > > I have perl code to strip the root folder in a path. > ($shortpath = $fullpath) =~ s|/[^/]+||; > You may want to try: File::Basename -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: b

Re: Perl vs. Ruby?

2005-04-04 Thread Chris Devers
On Mon, 4 Apr 2005 [EMAIL PROTECTED] wrote: > Is anyone familiar with Ruby? A little. It's an interesting language -- it's like Perl with a much different (& arguably cleaner) approach to object-oriented programming. A lot of the people working on Perl6 like Ruby a lot, and are consciously tak

Re: Perl vs. Ruby?

2005-04-04 Thread Harsh Busa
On Apr 4, 2005 9:10 PM, Chris Devers <[EMAIL PROTECTED]> wrote: > On Mon, 4 Apr 2005 [EMAIL PROTECTED] wrote: > > > Is anyone familiar with Ruby? > > A little. It's an interesting language -- it's like Perl with a much > different (& arguably cleaner) approach to object-oriented programming. > >

Re: PERL vs. PHP?

2002-10-23 Thread [EMAIL PROTECTED]
Josh - Original Message - From: "David U." <[EMAIL PROTECTED]> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Sent: Wednesday, October 23, 2002 9:28 AM Subject: Re: PERL vs. PHP? > [EMAIL PROTECTED] wrote: > > Hi! I'm just learning PERL, and I love

RE: PERL vs. PHP?

2002-10-23 Thread Beau E. Cox
Oh boy - You shouldn't ask a question like that to a bunch of perl mongers! :) Maybe more powerful, maybe not. yes and yes. I have coded web pages in php for many years before I got into perl - I like perl better for one simple reason: I can get more done in a given amount of time with perl tha

Re: PERL vs. PHP?

2002-10-23 Thread Jenda Krynicky
> Hi! I'm just learning PERL, and I love it so far! A friend of mine > wants help with a project that involves moving data to and from a > MySQL database via the web, but he wants to find someone who can do it > using PHP. He said that he heard that PHP is faster and more > powerful. While it m

Re: PERL vs. PHP?

2002-10-23 Thread George Schlossnagle
While it may be faster under some circumstances I would not say it's more powerfull. The number of modules for Perl is definitely much bigger than for PHP. Plus PHP is only supposed to be used from Web, while Perl is a general purpose language. Actually I do not remember when was the last time I d

Re: PERL vs. PHP?

2002-10-23 Thread [EMAIL PROTECTED]
Beau and Jenda, Thank you so much for your kind responses. This clears up alot for me (and makes me feel a bit better about being a part of this list!) Thanks, Josh -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Perl vs. PHP?

2002-10-23 Thread Martin Hudec
Hi all, well I use Perl and sometimes PHPdifferences for me are these... PHP is good for small web projects such as small e-commerce, guestbooks etc. applications. Perl is excellent for big web projects such as portals, mainly because it is more integrated into system than PHP, also you can

Re: Perl vs. PHP?

2002-10-23 Thread Matthew C. Peterson
PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 23, 2002 9:39 AM Subject: Re: Perl vs. PHP? > Hi all, > > well I use Perl and sometimes PHPdifferences for me are these... > > PHP is good for small web projects such as small e-commerce, > guestbooks etc. appl

Re: Perl vs. PHP?

2002-10-23 Thread Nigel Wetters
PHP is a good templating language, similar to ASP, JSP, etc. The problem with templating languages is that they're too good. It's always tempting for the programmer to introduce yet another small piece of logic into a page. It extremely difficult with these templating languages to abstract the va

RE: Perl vs. PHP?

2002-10-23 Thread NYIMI Jose (BMB)
> Sent: Wednesday, October 23, 2002 6:19 PM > To: [EMAIL PROTECTED] > Subject: Re: Perl vs. PHP? > > > PHP is a good templating language, similar to ASP, JSP, etc. > > The problem with templating languages is that they're too > good. It's always tempting for

RE: Perl vs. PHP?

2002-10-23 Thread NYIMI Jose (BMB)
D] > Subject: RE: Perl vs. PHP? > > > Totally aggree with you Nigel. > To complete, some of you may give a look to : > http://www.perl.com/pub/a/2001/06/05/cgi.html > > Which uses a clear separation between the 3 layers mentioned by Nigel. > > José. DISCLA

Re: PERL vs. PHP?

2002-10-23 Thread Adriano Allora
Is this true? Are there other advantages to PHP over PERL? I guess PHP is a little simpler. Jenda yes, yes!, I think so: i've worked with PHP and it is (very) simpler. but my idea is that you can make more with perl. adr -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

RE: perl vs tcl?

2003-01-13 Thread Timothy Johnson
I think that before anyone can tell you whether it's better, you might have to explain what you're trying to do. Are you trying to create a GUI for a program? Are you parsing text? etc, etc... -Original Message- From: Sean Rowe [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003

Re: perl vs tcl?

2003-01-13 Thread Sean Rowe
No gui programming. I think it's used more for logic than anything else. Not really for string manipulation. It's hard to explain because the program is so huge, no one person really knows everything about it. It seems to be more for extending the programs functionality so that we don't hav

Re: perl vs tcl?

2003-01-13 Thread Paul Johnson
On Mon, Jan 13, 2003 at 10:36:46AM -0600, Sean Rowe wrote: > I'm trying to argue my somewhat biased opinion that perl is better than > tcl. I want to embed perl in a c program we use because of it's speed > and object oriented nature. They want to use tcl because they don't > know perl and ar

Re: Perl vs PHP

2004-04-22 Thread WC -Sx- Jones
[EMAIL PROTECTED] wrote: Why would one prefer PHP over PERL, or vice, versa? I'm guessing PERL has more functionaltiy and is more robust. What are the technical arguments for one over the other? JP LOL :) And I wanted to avoid this same line as fas as Expect was concerned. "PHP is a Server-

Re: Perl vs PHP

2004-04-22 Thread Ron B
Why would one prefer Pepsi over Coke, or vice versa? :) That's the answer to your question. [EMAIL PROTECTED] wrote: Why would one prefer PHP over PERL, or vice, versa? I'm guessing PERL has more functionaltiy and is more robust. What are the technical arguments for one over the other? JP -

RE: Perl vs PHP

2004-04-22 Thread NYIMI Jose (BMB)
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 22, 2004 3:01 PM > To: [EMAIL PROTECTED] > Subject: Perl vs PHP > > > Why would one prefer PHP over PERL, or vice, versa? I'm > guessing PERL has more functionaltiy and is more robust. >

Re: Perl vs PHP

2004-04-22 Thread Jan Eden
Ron B wrote on 22.04.2004: >Why would one prefer Pepsi over Coke, or vice versa? :) That's the >answer to your question. > >[EMAIL PROTECTED] wrote: >>Why would one prefer PHP over PERL, or vice, versa? I'm guessing >>PERL has more functionaltiy and is more robust. What are the >>technical argum

Re: Perl vs PHP

2004-04-22 Thread u235sentinel
hehehe... You might be surprised. While IANACY (I an not a coder... yet!), I have dabbled with other languages. The last 6+ months I've been studying Perl programming intending to push into coding. I've seen code in other languages (C for example) and much of it looks very similar to Perl. I

Re: Perl vs PHP

2004-04-22 Thread WC -Sx- Jones
Jan Eden wrote: This implies that programming/scripting languages differ not more than softdrinks. Interesting. So by knowing (a little) Perl, I can program also Fortran and Cobol! I never knew that. Thanks Ron! ;) I can say from personal expereince that if you can program in Perl you can *defini

Re: Perl vs PHP

2004-04-22 Thread Wiggins d Anconia
> [EMAIL PROTECTED] wrote: > > Why would one prefer PHP over PERL, or vice, versa? I'm guessing PERL has more functionaltiy and is more robust. What are the technical arguments for one over the other? > > JP > > > > > Perl IMHO is a SysAdmin language and PHP is and more or less always will >

Re: Perl vs PHP

2004-04-22 Thread JupiterHost.Net
[EMAIL PROTECTED] wrote: That's what I was looking for, thanks! Jason No problem! Lots of good info out there :) [EMAIL PROTECTED] wrote: Why would one prefer PHP over PERL, or vice, versa? Both are powerful, Perl is more mature is much more flexible. PHP is a bloated resource hog also (Any

Re: Perl vs PHP

2004-04-22 Thread JupiterHost.Net
[EMAIL PROTECTED] wrote: Why would one prefer PHP over PERL, or vice, versa? Both are powerful, Perl is more mature is much more flexible. PHP is a bloated resource hog also (Any program can be if badly written) but PHP increases dramatically Apache's footprint and memory usage to get its "fe

Re: Perl vs PHP

2004-04-22 Thread JupiterHost.Net
Wiggins d Anconia wrote: [EMAIL PROTECTED] wrote: Why would one prefer PHP over PERL, or vice, versa? I'm guessing PERL has more functionaltiy and is more robust. What are the technical arguments for one over the other? JP Perl IMHO is a SysAdmin language and PHP is and more or less always

Re: Perl vs PHP

2004-04-22 Thread WC Jones
> > Perl IMHO is a SysAdmin language and PHP is and more or less always will > > be a WEB lanaguage. > > > > PLEASE, do not pigeon hole Perl like that, you should know better! PHP isn't only a web scripting language anymore either. Things progress ... the future is upon us. -Sx- :) -- To

Re: Perl vs PHP

2004-04-22 Thread Wiggins d Anconia
> > > Perl IMHO is a SysAdmin language and PHP is and more or less always will > > > be a WEB lanaguage. > > > > > > > PLEASE, do not pigeon hole Perl like that, you should know better! > > PHP isn't only a web scripting language anymore either. > > Things progress ... the future is upon us. >

Re: PERL VS MOD_PERL

2007-07-04 Thread Jeff Pang
There are some difference details between them.If you really want to know it,you may first need to see what's mod_perl and how it works.Take a look at: mod_perl official documents: http://perl.apache.org/docs/index.html Why mod_perl by Stas Bekman: http://www.perl.com/pub/a/2002/02/26/whatismodp

Re: PERL VS MOD_PERL

2007-07-04 Thread Chas Owens
On 7/5/07, Dinesh kumar <[EMAIL PROTECTED]> wrote: Hi all, can any one tell me what is the difference between perl and mod_perl in detail ?? Four letters (mod_). Seriously, mod_perl is a Perl interpreter built into Apache to enable some efficiency hacks. -- To unsubscribe, e-mail:

[Fwd: Re: perl vs tcl?]

2003-01-13 Thread Sean Rowe
Original Message Subject: Re: perl vs tcl? Date: Mon, 13 Jan 2003 11:14:51 -0600 From: Sean Rowe <[EMAIL PROTECTED]> To: Timothy Johnson <[EMAIL PROTECTED]> References: <C0FD5BECE2F0C84EAA97D7300A500D50046DD3F0@SMILEY> No gui programming. I think it

Re: [Fwd: Re: perl vs tcl?]

2003-01-14 Thread zentara
On Mon, 13 Jan 2003 11:15:11 -0600, [EMAIL PROTECTED] (Sean Rowe) wrote: >>I'm trying to argue my somewhat biased opinion that perl is better than >>tcl.Any experts out there >>that actually know why perl is/isn't better than tcl? I would say "modules" and cpan, and it's very easy to get he

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 d

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