in reply to Do I need to learn pearl to enhance my carrier oppurtunities

If I were you I would purchase a copy of Learning Perl (O'Reilly), and work your way through it. Make sure to get a current edition. Consider it an opportunity to exercise your mind, and to look at problems a new way. If you end up loving it, you should pursue it further. If you don't care for it too much, stop there and learn something else instead. Once you find the tools you love most, to the point that you can work with them (or study them) all day and still want more, assuming your aptitude is in line as well, you will find a use and find yourself useful to someone.

First get a proper keyboard though (or refrain from posting using your Blackberry -- that never worked out too well for me either.) Perl is forgiving, but it's not as forgiving as human readers of natural language.

Learn Perl. At very least it will broaden your mind, and that's really the only thing you can take with you anyway.


Dave

  • Comment on Re: Do I need to learn pearl to enhance my carrier oppurtunities

Replies are listed 'Best First'.
Re^2: Do I need to learn pearl to enhance my carrier oppurtunities
by reena (Initiate) on Jun 15, 2011 at 05:04 UTC
    Hi Dave, Thanks for your comment. I have installed the Active Perl , and trying to work on Windows OS. I have read that , we could do the web based programming using Perl and also validations for database values, or System Administration. Can we use Perl , to validate UI Based checks? Regards, Reena
      Can we use Perl , to validate UI Based checks?

      Yes you can and you probably should (even when checks exist on the client-side, e.g. Javascript).

      Take a look at the sections referring to queries and query objects in the CGI module documentation to see the types of operations available. There are many Perl modules for web-based programming: as I'm not particularly current in this area, I'll leave others to describe the latest and greatest.

      -- Ken