Results 11 to 14 of 14
Originally Posted by Cabhan
As a note, if you're interested in learning Perl, pick up "Learning Perl" from O'Reilly. A GREAT book.
DITTO...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-25-2005 #11
- 09-27-2005 #12Linux Engineer
- Join Date
- Feb 2005
- Posts
- 1,044
I find that Perl looks so much like C that I often use /* ...*/ for comments instead of #. My only gripe with it, really.
Originally Posted by ISOS
- 09-28-2005 #13
Heh...I was writing some C++ code, and used "print" instead of "cout" every place in the file without catching it.
Even when I got errors in the compile, I had no idea what was wrong until I really looked at it.
So don't worry about stupid mistakes! We all make them.
- 10-02-2005 #14Linux Engineer
- Join Date
- Feb 2005
- Posts
- 1,044
It takes a big man to admit to making stupid mistakes, but it takes a bigger man to laugh at that man.


Reply With Quote
