in reply to latest perl book.

"I can use and good enough for a beginner?"

Can you please explain 'beginner'? Are you a Perl beginner, or beginner in programming in general?

Replies are listed 'Best First'.
Re^2: latest perl book.
by Anonymous Monk on Aug 31, 2020 at 22:27 UTC
    Hi, Thanks for asking. I've done a bit of python scripting in the past but that was long time ago.
      Do you have an application in mind? This is important. If you have the nagging feeling that you just need to learn Perl, find an application, tool, or game you can dig into and get started. Generally asking how to do X in Perl around here is going to be a lot more fruitful than simply learning Perl. A lot of people fall into Perl due to drawing the short straw at work. Others are compelled to it from something less definitive. If you're in the latter category, I agree it can be a little harder to break into it unless you have something that generates the external motivation. You don't have to answer it here (though I am curious), if you could create a tool to do something, what would it be? It really comes down to having some work to do and getting done with Perl.

      Some general examples of "tools":

      • system administration (e.g., monitoring, cronjob, etc)
      • something to drive a GUI (e.g., Tk)
      • munging data (log files, input data for something scientific)
      • a tool to help manage the contents of a local database file
      • a web application, done the right way
      • a social media feed monitor that emails you when your ex checks in somewhere
      etc...

        "a social media feed monitor that emails you when your ex checks in somewhere" stalking seems like quite an unhealthy suggestion....

        Thank you for the detailed response.

        It will primarily be automating health checks, writing data to Excel sheets to generate reports and graphs, emailing this information to various teams, all of this through scripts. I tried Python but didn't like it much. I'm far more comfortable with the braces than spaces.

        Also one of the senior guys who just left told me to learn Perl because in the automation world, Perl skill is considered to be a higher level skill than Python and there is a good demand for Perl atleast in the automation and devops world.

        He also mentioned that this forum is one of the reasons why he could learn Perl very well and thinks quite highly of perlmonks.

        Infact I've registered for a username here but looks like the request is still being considered, hence I'm writing here anonymously. Once my request gets approved I will use it to post questions here.

      A reply falls below the community's threshold of quality. You may see it by logging in.