in reply to Re: To be Good at PERL
in thread To be Good at PERL

I don't think so.

Once you are a good programmer in any language you may be able to get productive in a different one of the same family (for instance, in Perl case, imperative object oriented languages) in a very short time.

Becoming a very good programmer in the other language is a completely different matter. It may take a long time because you will have to learn the idioms, quirks, libraries, culture, etc. For instance, becoming a very good C++ programmer even if you know Perl well would probably be a years task.

If the language is of a different kind, as for instance Haskell, then you know mostly nothing.

Replies are listed 'Best First'.
Re^3: To be Good at PERL
by LanX (Saint) on May 08, 2013 at 09:54 UTC
    I wasn't too serious. Sorry for forgetting the emoticon!

    edit

    But my point is the definition of "very good Perl programmer", opinions may vary... =)

    Some people don't know how to use any OO or FP techniques, but think knowing all features of pack by heart qualifies them to be a very good Perl programmer.

    Cheers Rolf

    ( addicted to the Perl Programming Language)

    update

    typo: s/map/pack/