About PERL in general:

Reply

Join Date: Sep 2006
Posts: 234
Reputation: FireSBurnsmuP is an unknown quantity at this point 
Solved Threads: 1
FireSBurnsmuP's Avatar
FireSBurnsmuP FireSBurnsmuP is offline Offline
Posting Whiz in Training

About PERL in general:

 
0
  #1
Sep 16th, 2006
Actually, i was thinking of starting up my PERL training. So I'd like to know this: what are it's most common uses? How efficient is it compared to C++? What are the strengths and weaknesses? (This is kind of a repeat of what I said in the Python forum)
Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 494
Reputation: Puckdropper is an unknown quantity at this point 
Solved Threads: 21
Puckdropper Puckdropper is offline Offline
Posting Pro in Training

Re: About PERL in general:

 
1
  #2
Sep 17th, 2006
It's a very powerful language for text and data processing. It's a higher-level language than C++, so it allows you to work on doing stuff with the information rather than doing stuff with the data type.

Perl is interpreted, so it's bound to be less efficient than C++. That's not to say it can't be compiled, it just usually isn't.

One of the things that Perl offers is the idea that "There's more than One way to do it." I consider it both a strength and weakness. It's really a higher level language than C++ so as stated above you're not doing things TO the data TYPE you're doing thing with the data.

For the record, I'm new to Perl, and have just finished reading the first chapter of the Camel book.
www.uncreativelabs.net

Old computers are getting to be a lost art. Here at Uncreative Labs, we still enjoy using the old computers. Sometimes we want to see how far a particular system can go, other times we use a stock system to remind ourselves of what we once had.
Reply With Quote Quick reply to this message  
Join Date: Sep 2006
Posts: 30
Reputation: sut is an unknown quantity at this point 
Solved Threads: 1
sut sut is offline Offline
Light Poster

Re: About PERL in general:

 
0
  #3
Sep 18th, 2006
All that puckdropper said.

Plus short time to implementation.

I was happy with Korn Shell and sed, having abandonded awk for that combination long before.

Then I began needing IPC and got into the world of perl mods.

If you don't need a GUI (it's there in a couple of forms but meh!) and you are not serving thousands of asynchronous tasks this might be the way to go.

One of the most impressive capabilities is the ability to use regular expressions with assignment operators to load arrays, hashes and nested combinations of those two in flexible contol loops.

There are many ways to do IO in perl. And opening pipes to external processes is far superior to Korn Shell's coprocess facility.
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 8
Reputation: vonfeldt is an unknown quantity at this point 
Solved Threads: 0
vonfeldt vonfeldt is offline Offline
Newbie Poster

Re: About PERL in general:

 
0
  #4
Sep 27th, 2006
I'm going to agree strongly with both of the above... very good language for limited access web usage, great for data stream forks (sifting for useful data using reg expressions), bad for M$ folks - they just don't get it!

From my experience as an edjucator, people with strong C, shell and or unix backgrounds pick it up quickly, others tend to go bald.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC