Re: Which programming Language
On Fri, Feb 06, 2009 at 11:49:41PM +0200, Micha Feigin wrote:
> On Fri, 06 Feb 2009 22:10:40 +0200
> "Eugene V. Lyubimkin" <jackyf.devel@gmail.com> wrote:
> > Don't include Perl here, it has much different concepts than C/C++/Java.
Perl is a multi-paradigm language. It can be written in a very C-like
fashion if you so choose. (Or in a completely non-C-like fashion...)
> And allows for some of the dirtiest programming possible. Start with something
> more strict
Or just start your Perl with "use strict;" (and, preferably, "use
warnings;", too). The "strict" and "warnings" options are two things
that no beginner (and few non-beginners) should write Perl without, IMO.
--
Dave Sherohman
NomadNet, Inc.
http://nomadnetinc.com/
Reply to: