submitted by /u/niceperl
[link] [comments]
[link] [comments]
(dxvi) 13 great CPAN modules released last week
Updates for great CPAN modules released last week. A module is considered great if its favorites count is greater or equal than 12. App...niceperl.blogspot.com
When: December 18th (on the day of the 37th Birthday of Perl) Where : Virtual Dress Code : Whatever you want Price : FREE How to join : sign up for the mailing list (QR in image), or https://perlcommunity.org/science/#mailing_list) Wanna know more : https://science.perlcommunity.org/spj#top submitted by /u/ReplacementSlight413 |
Science Perl Committee
The Science Perl Committee is a democratically-elected organization.perlcommunity.org
submitted by /u/OvidPerl [link] [comments] |
AI for Accessibility
Many people don't write alt tags for images, or they write bad ones. However, these are crucial for people using screenreaders to understand the image. AI can make this easier.curtispoe.org
perl -CS -E'say v74.65.80.72'
I wanted to grok how deeply I didn't understand what this was doing, so I also made some modifications:
while true; do perl -CS -E 'say eval ( sprintf "v%s", join ".", map { int rand 1024 } ( 0 .. (int rand 24) + 8 ) )'; sleep 1; done
submitted by /u/smutaduck
[link] [comments]