Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Goodbye to compiling and linking. Every Database guy must know this!

Re: Goodbye to compiling and linking. Every Database guy must know this!

From: Ping Liu <LiuP_at_mail.dnb.com>
Date: 1998/04/14
Message-ID: <01bd67b1$81ece420$2598899f@br004068.us.dbisna.com>#1/1

Are there any degugging tools available for perl?

gold_bag_at_yahoo.com wrote in article <352BCE60.53BF_at_yahoo.com>...
> I hope this helps the software professionals/managers like you....
>
> Computer speeds are doubling every 4 months, hence it makes sense to
> program in scripting language instead of C++, where a lot of time is
> wasted in compiling and linking. In C++ every change or even a small
> change in code requires compile and re-link and you do that thousands
> of times during development. Also in C++ you will
> have memory leak problems which are very hard to debug and you get
> many core dumps etc. You will be wasting several hours/days in
> debugging memory problems in C++. Perl does not have these
> problems at all!!
Received on Tue Apr 14 1998 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US