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.
2023.03.23 in #609An Interesting Perl Pattern That Doesn't Work
A pattern that is supposed to use a closure to protect a configuration hash from being mutated by its callers. Unfortunately this pattern has a terrible flaw.
2026.04.10 in #768Net::Nostr
The Net::Nostr module is a clean, idiomatic Perl module for communicating with and performing tasks that comply with the Nostr Protocol. Net::Nostr abstracts away many of the complexities associated with signing events, relaying data, and converting between different formats. This technical assessment describes how modular design can successfully use Schnorr signatures as well as other advanced signature types when creating decentralised social networks using Perl. Developing applications based on the decentralised social space will only be possible if you can successfully communicate and implement these functions within your program.
If you are not yet subscribed, you can do it now. Free of charge:
Just ONE e-mail each Monday. Easy to unsubscribe. No spam. Your e-mail address is safe.
This newsletter is about the Perl Programming languages.