Tootfinder

Opt-in global Mastodon full text search. Join the index!

@domm@social.linux.pizza
2025-10-22 11:51:14

Today I used the venerable rename.pl tool to fix a bunch of filenames (from 1.png, 10.png etc to lw001.png): `rename 's/^(\d )\.png/sprintf("lwd.png", $1)/e' *.png` #Perl

@rasterweb@mastodon.social
2025-11-17 22:11:27

Python Folks, in my old Perl days I used HTML::Template, is there something comparable (or better) for simple HTML generation with templates in the Python world?
#python #html #perl

@mendel@hachyderm.io
2025-10-16 22:54:10

@… I've sent a bunch of people a link to #perl)

@domm@social.linux.pizza
2025-09-07 14:51:42

Installing DarkPAN #Perl modules via the #GitLab generic packages repository #devops

@domm@social.linux.pizza
2025-10-06 15:06:18

I brain coded a static image gallery in a few hours using #Perl #vibecoding domm.plix.at/perl/20…

@domm@social.linux.pizza
2025-10-13 09:52:26

Today #Perl Weekly 742: perlw…

@domm@social.linux.pizza
2025-09-04 20:50:37

Today we managed to find a nice way to install our darkpan modules from gitlab into our app containers. Detailed blog post upcoming! #Perl