Wondering about #SyntaxHighlighting in #VScodium:

Is #Perl’s #TemplateToolkit actually TT in HTML or HTML in TT? 🤔

See comment for example.

TT code embedded into HTML/…
HTML/… snippets in TT code
Poll ends at .
#Perl @PerlWChallenge 367 Max Odd Binary and Conflict Events https://wlmb.github.io/2026/03/30/PWC367/
#noxp
Perl Weekly Challenge 367.

Max Odd Binary and Conflict Events

#Perl @PerlWChallenge 367 Task 2: Conflict Events
#noxp
```
perl -E '
$d=1440;for(@ARGV){@m=map{($h,$m)=split":";60*$h+$m}split" ";do{$m[$_+1]
+=$d if$m[$_]>$m[$_+1]}for(0,2);say"$_ -> ",c(0,@m)||c($d,@m)||c(-$d,@m)?
"T":"F";}sub c($o,@m){$m[0]+$o<$m[3]&&$m[1]+$o>$m[2]}
' "10:00 12:00 11:00 13:00" "09:00 10:30 10:30 12:00" "14:00 15:30 14:30 16:00" \
"08:00 09:00 09:01 10:00" "23:30 00:30 00:00 01:00"
```
#Perl @PerlWChallenge 367 Task 1: Max Odd Binary
#noxp
```
perl -E '
for(@ARGV){$i=$_;1 while s/01/10/g;s/^1(.*)$/${1}1/; say "$i -> $_"}
' 1011 100 111000 0101 1111
```

Today we welcome Grant Street Group as MetaCPAN's newest sponsor. 🙏

"Grant Street Group® is an innovator of enterprise-scale software-as-a-service solutions for government entities. Our product suite includes tax calculation, billing, collection, and distribution; modern payment processing; and online auctions of fixed-income instruments and delinquent property taxes."

https://www.grantstreet.com/

#perl @perl @tag-perl #programming

Grant Street Group | Government Software Solutions

We provide secure government cloud solutions that modernize tax collection, payments, and financial auctions while taming operational complexity.

We have reached a partnership agreement with the Perl Foundation to offer official Perl and Raku merchandise. For every item sold, we donate money to the Foundation.
#perl
https://www.freewear.org/PerlandRaku
Perl and DBI hashref keys case-sensitive

A feature about how to handle harhref keys when querying a table.

New issue of #Perl Weekly:766 - Perl: Past, Present and Future - https://perlweekly.com/archive/766.html

TPRF Board Announces the 2025 Annual Report
Writing a TOON Module for Perl
Eshu: Indentation Fixer for Eight Languages, Written in C
Horus, Apophis, and Sekhmet: An C/XS Identifier Stack for Perl
Perl, the Strange Language That Built the Early Web
Beautiful Perl feature: "heredocs", multi-line strings embedded in source code
[...]

Perl Weekly Issue #766 - Perl: Past, Present and Future

Today would have been Matt Trout (MST)'s 43rd birthday :( #perl