Browsing Tag
perl
16 posts
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…
I want to clean up the negative messages about Perl in past 3 decades
I want to clean up the negative messages about Perl in past 3 decades and want to increase…
SPVM 0.9668 is released
SPVM 0.9668 is released. New Features and Enhancement Changes 0.9668 2022-12-20 [New Features] * Added the items native…
How to use React with Perl/Mojolicious web frame work
How to use React with Mojolicious web frame work. Let’s added the following code into a template file…
SPVM::Sys 0.30 is released
SPVM::Sys 0.30 is released. New Features and Enhancement Changes 0.30 2022-12-13 [Build Process Improvement] * Added --no-build-spvm-modules option…
Is local a bad part in Perl?
Q. Is local a bad part in Perl? A. In my opinion, Yes. local is a bad part…