Quote:
Actually, because Perl doesn't need to declare variables or manage the memory and simply because it's syntax is so forgiving, I would actually advise AGAINST using Perl to learn programming. Sure, it will be easier to learn to program by using Perl, but you will also learn some sloppy programming techniques that will start to haunt you once you're trying to develop in some other language.
That is completely wrong.... Perl is only as forgiving as you want it to be, turn warnings and several other settings on, and perl bitches at you more than a C++ compiler after trying to compile your first program.