mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.1K
active users

#perl

22 posts18 participants0 posts today
wlmb<p><a href="https://mstdn.social/tags/Perl" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Perl</span></a> @PerlWChallenge 332 Binary Date and Odd Letters <a href="https://wlmb.github.io/2025/07/26/PWC332/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">wlmb.github.io/2025/07/26/PWC3</span><span class="invisible">32/</span></a><br><a href="https://mstdn.social/tags/noxp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>noxp</span></a></p>
wlmb<p><a href="https://mstdn.social/tags/Perl" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Perl</span></a> @PerlWChallenge 332 Task 2: Odd Letters<br><a href="https://mstdn.social/tags/noxp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>noxp</span></a><br>```<br>perl -MList::Util=all -E '<br>for(@ARGV){my %c; $c{$_}++ for split ""; say "$_ -&gt; ", (all{$_%2} values %c)?"T":"F"}<br>' weekly perl challenge<br>```</p>
wlmb<p><a href="https://mstdn.social/tags/Perl" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Perl</span></a> @PerlWChallenge 332 Task 1: Binary Date<br><a href="https://mstdn.social/tags/noxp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>noxp</span></a><br>```<br>perl -E '<br>say "$_ -&gt; ", join "-", map {sprintf "%b", $_} split "-" for @ARGV<br>' 2025-07-26 2000-02-02 2024-12-31<br>```</p>
Mohammad Sajid Anwar<p>The Weekly Challenge - 332 <a href="https://fosstodon.org/tags/Perl" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Perl</span></a> <a href="https://fosstodon.org/tags/RakuLang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RakuLang</span></a><br>Task 1: Binary Date<br>Task 2: Odd Letters<br><a href="https://theweeklychallenge.org/blog/perl-weekly-challenge-332" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">theweeklychallenge.org/blog/pe</span><span class="invisible">rl-weekly-challenge-332</span></a></p>
"Mutant Rob" Robert Rothenberg<p>I've recently uploaded a new version of the <a href="https://infosec.exchange/tags/Perl" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Perl</span></a> <a href="https://infosec.exchange/tags/Catalyst" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Catalyst</span></a> plugin to <a href="https://infosec.exchange/tags/CPAN" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CPAN</span></a> </p><p>Catalyst::Plugin::Static::File is an extension for serving a single file that plays nicely with <a href="https://infosec.exchange/tags/Plack" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Plack</span></a> especially Plack::Middleware::XSendFile and Plack::Middleware::ETag.</p><p><a href="https://metacpan.org/release/RRWO/Catalyst-Plugin-Static-File-v0.2.4" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">metacpan.org/release/RRWO/Cata</span><span class="invisible">lyst-Plugin-Static-File-v0.2.4</span></a></p><p>The new version has minor code changes but requires a more recent version of Catalyst. There's also a lot of reorganisation of the documentation.</p>
genehack<p>Something something <a href="https://dementedandsadbut.social/tags/perl" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>perl</span></a> <a href="https://beige.party/@AnAutieAtUni/114907503673389594" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">beige.party/@AnAutieAtUni/1149</span><span class="invisible">07503673389594</span></a></p>
Daniel Böhmer<p><span class="h-card" translate="no"><a href="https://manitu.social/@team" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>team</span></a></span> Ist das <a href="https://ieji.de/tags/Perl" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Perl</span></a>-Code? Sieht verdächtig so aus🤔</p>
"Mutant Rob" Robert Rothenberg<p>Code review.</p><p>A regular source of <a href="https://infosec.exchange/tags/Perl" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Perl</span></a> bugs is when developers forget that DateTime has mutable state:</p><p>return $dt-&gt;add( days =&gt; 7 )</p><p>changes $dt.</p>
Big Ol' Luci🏳️‍⚧️<p><a href="https://twoot.site/tags/Perl" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Perl</span></a> is always the best tool for the job!</p>
Wolf<p><span class="h-card" translate="no"><a href="https://fosstodon.org/@Boston_PM" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>Boston_PM</span></a></span> I am no longer a <a href="https://hachyderm.io/tags/Perl" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Perl</span></a> programmer, but my best friend is. I don’t want to write Perl. But I respect Perl.</p>
abcderian<p>Is anyone else seeing failed MetaCPAN lookups via MetaCPAN::Client with a 'Payment Required' message? </p><p>I've been using this script for months to check for project updates, as recently as a day a ago: today every lookup fails with a payment required error message. Yet I see nothing about paying for access on MetaCPAN...</p><p><a href="https://techhub.social/tags/metacpan" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>metacpan</span></a> <a href="https://techhub.social/tags/perl" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>perl</span></a> <a href="https://techhub.social/tags/cpan" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cpan</span></a></p>
r҉ustic cy͠be̸rpu̵nk🤠🤖<p>I just realized I could write <a href="https://masto.hackers.town/tags/Perl" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Perl</span></a> which writes more Perl, which will then run that Perl</p><p>So many possibilities</p><p>BRB Building myself an arsenal of foot canons...</p>
Replied in thread

@domm: Oh fsck, #mst died? Very sad to hear. 😢 I still remember that he offered help and advise when I took over #Lintian, especially about the web backend (which the previous Lintian maintainer started to rewrite from scratch but never finished) where mst seems to have been involved from the #PostgreSQL side. He was also often present in #Debian's #Perl IRC channels and we chatted occasionally, not always about Perl. I think I also met him IRL once, but I'm no more sure where.

#Perl @PerlWChallenge 331 Task 2: Buddy Strings
#noxp
```
perl -E '
for my($s,$t)(@ARGV){say"$s $t -> ",($j="$s$;$t")=~/^(.*)(.)(.*)(.)(.*)$;\1\4\3\2\5$/?"T":"F"}
' fuck fcuk love love fodo food feed feed
```

#Perl @PerlWChallenge 331 Task 1: Last Word
#noxp
```
perl -E '
for(@ARGV){say "$_ -> ", length [split " "]->[-1]=~s/\W//gr}
' "The Weekly Challenge." " Hello World. " "Let's begin the fun!"
```

🌗 Perl 版本方案 - Gentoo Wiki
➤ 解決 Perl 版本排序的混亂局面
wiki.gentoo.org/wiki/Project:P
這篇文章解釋了Gentoo系統中 Perl 版本編號方式的獨特性,以及它與上游版本號碼的差異。由於 Perl 使用浮點數排序版本號碼,導致版本排序方式與傳統整數排序不同。Gentoo 採用了一種方案來解碼上游版本號碼,並將其轉換為一致且可預測的格式,方便依賴關係管理和套件版本控制。文章也介紹了 `Gentoo::PerlMod::Version` 工具,可用於進行版本轉換。
+ 終於理解了 Gentoo 中 Perl 版本號碼的規則了,之前一直覺得很奇怪。
+ 這個方案聽起來很複雜,但為了確保系統的穩定性,似乎是必要的。
#Perl #版本控制 #Gentoo

wiki.gentoo.orgProject:Perl/Version-Scheme - Gentoo wiki