diff options
| author | Paul Buetow <paul@buetow.org> | 2022-06-03 08:04:11 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-06-03 08:04:11 +0100 |
| commit | 1b7bfcbc5dd1731e430fa330b3abba555f871e3f (patch) | |
| tree | 46ce6164d588cdfa40df1185c94cedceb770ba4c | |
| parent | a8a8d91ab383ef7e9946dcc2c962dd3fdee8795c (diff) | |
typo
| -rw-r--r-- | gemfeed/2022-05-27-perl-is-still-a-great-choice.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gemfeed/2022-05-27-perl-is-still-a-great-choice.gmi b/gemfeed/2022-05-27-perl-is-still-a-great-choice.gmi index cbe11a38..58485064 100644 --- a/gemfeed/2022-05-27-perl-is-still-a-great-choice.gmi +++ b/gemfeed/2022-05-27-perl-is-still-a-great-choice.gmi @@ -108,7 +108,7 @@ In most other programming languages, you won't know instantly what's the "basic ## Where do I personally still use perl? -* I use Rexify for my OpenBSD server automation. Rexify is a configuration management system programming in Perl with similar features to Ansible but less bloated. It fits my personal needs perfectly. +* I use Rexify for my OpenBSD server automation. Rexify is a configuration management system developed in Perl with similar features to Ansible but less bloated. It suits my personal needs perfectly. * I have written a couple of smaller to medium-sized Perl scripts which I (mostly) still use regularly. You can find them on my Codeberg page. * My day-to-day workflow heavily relies on "ack-grep". Ack is a tool developed in Perl aimed at programmers and can be used for quick searches on source code at the command line. * I aim to leave my OpenBSD servers as "vanilla" as possible (trying to rely only on the standard/base installation without installing additional software from the packaging system or ports tree). All my scripts are written either Bourne shell or in Perl here. So there is no need to install additional interpreters. |
