in reply to Advice for next steps on my Perl journey

Have you looked through the Tutorials section? There are plenty of articles there covering a wide range of topics - there's sure to be something at your level and area(s) of interest.

Have you written a module from scratch? That's one step we have all had to take at some point. There are tutorials for that too. If everything you have done so far has been script-based then moving into modules would be the logical progression.


🦛

  • Comment on Re: Advice for next steps on my Perl journey

Replies are listed 'Best First'.
Re^2: Advice for next steps on my Perl journey
by MoodyDreams999 (Scribe) on May 01, 2023 at 15:06 UTC
    I have checked that out, but its always good to go back. I haven't written a module yet, perhaps I should check out more safe coding practices before I look into that. Thank you!