2021.06.24 in #518Perl Internals University
Do you want to learn XS/C and Perl internals? You can now, by backing the Kickstarter project.
2025.05.21 in #722Faster Readonly variables with Const::XS
Readonly variable in Perl always debatable topic as plenty of choices available on CPAN. Finding the right one is always difficult.
2025.05.30 in #723Learning XS - How to create an object
XS is a Perl foreign function interface through which a program can call a C or C++ subroutine. XS or xsub is an abbreviation of 'eXtendable Subroutine'.
2025.05.30 in #724Learning XS
A blog series to learn XS ground up.
2025.06.11 in #725Learning Perl - File Handles
In programming file processing is a key skill to master. Files are essential for storing data, reading configurations, and logging information. A file handle is a reference to an open file, allowing you to read from or write to that file.
2025.06.12 in #725Learning Perl - Overloading Operators
An operator in programming is a symbol or keyword that performs a specific operation on one or more operands (values or variables). There are many types of operators, such as arithmetic operators (like +, -, *, /) and comparison operators (like ==, !=, <, >). In Perl, you can overload these operators for your own classes, allowing you to define custom behaviour when these operators are used with objects of that class.
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.