I am actually programming perl for work and am trying to learn it ...
 

-----Original Message-----
From: Brett W. McCoy [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 02, 2002 2:22 PM
To: Maciejewski, Thomas
Cc: 'Bob Showalter'; [EMAIL PROTECTED]
Subject: RE: C vs. Perl


On Wed, 2 Jan 2002, Maciejewski, Thomas wrote:

> not to get flamed here but one of the reasons I dont like perl is that
> there are sometimes too many ways to do something ... and all of them
> are fairly cryptic ...  people having different coding styles can really
> confuse the hell out of someone else that is trying to do some work with
> the code.

Why are you on a Perl list if you don't like Perl...

Anyway, this could be a long debate and everyone will have different
opinions.  I use Java very little, although the software the company I
work is primarily all Java -- application server & bundled Tomcat -- and I
have had to diddle around with some of the Java servlets & JSP to get it
to cooperate with the system level stuff I usually work on (which is all
Perl).  However, I have also done a lot of Perl web stuff in other venues,
both on Unix & Windows, using mod_perl, plain old CGI and ASP/PerlScript.

Java is a very clean language -- almost to clean for my tastes, to the
point that it almost looks like Visual Basic! :-)

My personal preference for web development is with mod_perl & Mason.  You
can create very clean (at least for Perl), easy to maintain code, but you
still get the freedom and flexibility that Perl has always provided.

If you have a multi-programmer software project, you MUST have some kind
of coding standard or guideline.  I'm trying to get the couple other
people in my company who occasionally do Perl (we're mainly a Java shop
with a couple of exceptions, like myself) to try to follow some sensible
Perl coding guidelines -- like using strict, using proper scoping, etc.
The problem is that these folks see Perl more as a fancy shell scripting
language, and are only slowly seeing that Perl can be used for far more
and in a much more elegant way than just writing replacements for shell
scripts.

-- Brett
                                          http://www.chapelperilous.net/
------------------------------------------------------------------------
Mos Eisley Spaceport; you'll not find a more wretched collection of
villainy and disreputable types...
                -- Obi-wan Kenobi, "Star Wars"



------------------------------------------------------------------------------
This message is intended only for the personal and confidential use of the designated 
recipient(s) named above.  If you are not the intended recipient of this message you 
are hereby notified that any review, dissemination, distribution or copying of this 
message is strictly prohibited.  This communication is for information purposes only 
and should not be regarded as an offer to sell or as a solicitation of an offer to buy 
any financial product, an official confirmation of any transaction, or as an official 
statement of Lehman Brothers.  Email transmission cannot be guaranteed to be secure or 
error-free.  Therefore, we do not represent that this information is complete or 
accurate and it should not be relied upon as such.  All information is subject to 
change without notice.



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to