2022.08.25 in #579How I use Emacs to write Perl
"I personally like to build my own IDE by bringing together unrelated packages, which is in contrast to full blown IDE packages, such as Devel::PerlySense or Perl::LanguageServer. These packages just aren't for me."
2022.09.08 in #581Create a Daemon in Perl with Schedule::Cron
A daemon is a program that runs in the background for an indefinite period of time. An important daemon on Unix-like operating systems is the cron scheduler that can be configured to perform tasks periodically.