Browsing Tag
perl
21 posts
Perl 🐪 Weekly #749 – Design Patterns in Modern Perl
Originally published at Perl Weekly 749 Hi there! The big announcement is that Mohammad Sajid Anwar who runs…
Catalyst::Request body issues with the file position pointer
OK, so… For those using the Perl Catalyst web framework in ways involving structured request bodies (e.g. API…
Weekly Challenge: The one about formatting
Weekly Challenge 347 Each week Mohammad S. Anwar sends out The Weekly Challenge, a chance for all of…
Perl 🐪 Weekly #743 – Writing Perl with LLMs
Originally published at Perl Weekly 743 Hi there, Last week I went to a small conference on “Teaching…
Weekly Challenge: Perl has classes now 👍
Weekly Challenge 334 Each week Mohammad S. Anwar sends out The Weekly Challenge, a chance for all of…
Weekly Challenge: Compare the Average
Weekly Challenge 321 Each week Mohammad S. Anwar sends out The Weekly Challenge, a chance for all of…
Conquering Flatpak Icons on LXDE (Pop!_OS Edition)
When you’ve installed Pop!_OS but decided to ditch GDM3, switch to LXDE, and generally tinker with your system,…
SPVM now supports object-oriented programming in Perl
SPVM now supports object-oriented programming in Perl. One of the goals of SPVM is to realize object-oriented programming…
How to pass the arguments of Makefile.PL using cpanm
The command cpanm --installdeps . to install dependent modules executes perl Makefile.PL. How to pass the arguments of…
How to use PyTorch from Perl?
How to use PyTorch from Perl? PyTorch supports C++ in addition to Python. This means Perl can calls…