http://qs1969.pair.com?node_id=15348


in reply to So much more

I hear you, brother JJ.

I've been coding for over two years now, and ever since I found perlmonks, it seems that I learned only what I needed to get the job done and never really explored all the possiblities. Take map for instance, I still haven't figured out why it would be better to do stuff with that little bugger! Or merlyn's post on his favorite loop method (but then again, he IS Randal Schwartz). Or btrott and chromatic, that always seem like they've seen your problem/question hundreds of times before. Oh, so basic.

My answer to your question is: I have no idea, but that's not stoping me from trying to improove

#!/home/bbq/bin/perl
# Trust no1!

Replies are listed 'Best First'.
RE: RE: So much more
by jjhorner (Hermit) on May 30, 2000 at 16:00 UTC

    I know. He IS Randal L. Schwartz!

    What do you think, merlyn? Did you ever think you would be turned into a hero like this?

    JJ

      jjhorner said:
      What do you think, merlyn? Did you ever think you would be turned into a hero like this?
      Well, no.

      I hack Perl because it gets the job done. I have had a lot of jobs to do, so I got good at hacking Perl. Then again, I had hacked a lot of other languages before Perl, so I got good at the process of programming. (After all, I've been paid to program for over 22 years, and have been programming for another 8 years before that.)

      As for being a hero, that's not my goal. My goal is to help others help themselves, since I've been helped so much along my way as well. I enjoy doing that. I also enjoy paying my bills on time ("no matter what the source or size", he says), so I try to find ways to help people that also give me back a few bucks here and there. And most of the time, what I do, does, and for that I'm grateful. But getting paid isn't the only goal... it's just not a contradictory goal (as some "starving artists" tend to see it).

      I like that people like what I do. I also like that people like me. I hope that people can tell that one only somewhat correlates with the other; again, unlike some others I could quickly name, but won't. I also like liking people, or I wouldn't be in the people-helping business.

      OK, enough philosophy for now. But you asked.

      -- Randal L. Schwartz, Perl hacker

RE: RE: So much more
by chromatic (Archbishop) on Jun 06, 2000 at 18:46 UTC
    I've really only been using Perl for about a year now, give or take a couple of months. Lurking on comp.lang.perl.misc for a few months is a pretty good education in and of itself. For the first little while, you'll be completely lost. Then you'll understand a few basic posts. Eventually, you'll come to know lots of little tricks and tips and then, one day, you'll grok things and understand the Perl way.

    Once you finally get it, as to what Perl is for and how you do things with Perl, there's no problem you can't solve.

    Also, reading a dozen good books about it helps, as does attacking little problems you've never seen before (sorry to burst your bubble) but think you can solve.