• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Perl book for those that know c/c++?

i just started learning perl and i am a c/C++ developer. the book that helped me the most was not the camel book, it was the orielly perl cookbook.

Just having examples was an enormous help

goddamn perl has a thousand ways to do everything so finding a consistent answer is near impossible.
 
Originally posted by: Ameesh
i just started learning perl and i am a c/C++ developer. the book that helped me the most was not the camel book, it was the orielly perl cookbook.

Just having examples was an enormous help

goddamn perl has a thousand ways to do everything so finding a consistent answer is near impossible.

the perl cookbook and the Perl for C programmers is available on safari bookshelf (just got my subscription). I'll have to look at 'em both...
 
Originally posted by: Ameesh
i just started learning perl and i am a c/C++ developer. the book that helped me the most was not the camel book, it was the orielly perl cookbook.

Just having examples was an enormous help

goddamn perl has a thousand ways to do everything so finding a consistent answer is near impossible.

TMTOWTDI.

I think knowing C and/or C++ would seriously hinder one's ability to "think in Perl." Perl is so idiomatic that trying to employ methods from previous knowledge will only lead to admonishment from the Perl community when you so clearly cannot "think in Perl."

In all seriousness, I'd just go with the camel book. Trying to draw parallels between Perl and C are a waste of time, as the only point of drawing parallels between Perl and C is so you can discard them. Treat it as though you're learning a language that has no analogs.

I first learned Perl back in '97 or so having already known C and C++, and that knowledge was my first hindrance as I tried to code Perl the same way I could C.

My $.02
 
Back
Top