|
You're welcome.
If you're like me, you'll enjoy Perl once you get into it. My
background is predominantly C++, and it is only relatively
recently that I was introduced to Perl. Perl syntax is C-like,
but it has some extra really cool features (like hashes) that
are incredibly useful. Plus, I think you will appreciate the fact
that with Perl you never have problems with stray memory
pointers or memory leaks, program crashes, or
platform-dependent compiler issues, At work, one of my
duties is to maintain a large multi-platform C++ code base,
and most of that time is spent tracking down compiler or
platform-specific issues. Such a waste.
- Phil
|