: Basically, you pay more time in the
: first place to actually get good in Perl, but save time later by
: knowing it well.
:
First of all, thanks for responding to my post. :)
: I had working Perl programs pretty quickly, but to get good took
: longer. The Camel (the affectionate name for Programming Perl,
: another Perl book by O'Reilly and the one I read) moves faster than
: Learning Perl, so if you're finding that is taking quite some time
: and you've got experience with programming (23 years counts...I'm
: only up to 14

) then consider Programming Perl instead. It covers
: a lot of the advanced stuff too. Basically, if you go through the
: camel and understand most of what's in there, you're doing really
: well. It'll take more than two weeks to do that, though.
I don't really have 23 years of programming experience. I first messed around with BASIC On my Commodore VIC-20 at the age of 8 (which was 23 years ago, again, feeling old!). I'd have to say that was my first taste of programming and I liked it back then.
: : I am quite impatient and tend to get very frustrated if I cannot
: : learn something very quickly, and the more I hear that people didn't
: : learn it overnight, the easier it is for me not to think I'm a total
: : moron. :)
: Would you expect to be fluent in any language, natural or computer,
: overnight?
Of course not. :)
It's been probably about 4 weeks since I started on my journey in Perl and I'm feeling like a clumsy 2 1/2 year old now rather than a clumsy 2 year old.
The hardest thing for me to grasp has been complex data structures, referencing, and dereferencing. I'm probably just not being very patient. :)
Again, thanks for the response!
: Jonathan
: ###
: for(74,117,115,116){$::a.=chr};(($_.='qwertyui')&&
: (tr/yuiqwert/her anot/))for($::b);for($::c){$_.=$^X;
: /(p.{2}l)/;$_=$1}$::b=~/(..)$/;print("$::a$::b $::c hack$1.");
NoisyZen