in reply to Writing my first module

First of all, I would recommend the Monk's tutorial on Modules: Modules-How-to-Create-Install-and-Use Read through that and then tell us what questions remain. Sorry I don't have time at the moment to make detailed question by question responses.

Are you writing a module for your own use or are you planning on releasing a module on CPAN for use by others? Doing the former is easier and I would recommend doing that before trying to make a module release.

Replies are listed 'Best First'.
Re^2: Writing my first module
by harangzsolt33 (Deacon) on Aug 30, 2023 at 09:53 UTC
    Yes, I am planning to write the module for personal use first. And if it seems to be useful and work without any glitches and I can write the documentation for it, I may release it on my website... and maybe CPAN as well. The latter one seems to be a lot of extra work, but I will study the link you posted. Thank you!