@falsifian@www.falsifian.org Thanks for clarification. I already thought something along those lines. Wow, so, you can really mix different encodings in a single file, crazy. My Perl experience is limited to maybe 10, 20 or at the very most 30 written lines of code over the decades.
@lyse@lyse.isobeef.org Oops, I guess the new text is a bit obscure. If you follow the link, the text is a bit more explicit, but you still need to know what a lexical scope is. Anyway, this is part of Perl moving very carefully toward being UTF-8 by default while also not breaking code written in the 90s. If you name a recent version like “use v5.42;” then Perl stops letting you use non-ASCII characters unless you also say “use utf8;”. The “lexically” part basically means that strictness continues until the next “}”, or the end of the program. That lets you fix up old code one block at a time, if you aren’t ready to apply the new strictness to a whole file at once.
Or Perl. Hahahahaha!
My first pull request to Perl has been merged! https://github.com/Perl/perl5/commit/2aea97bf3f5c2ea62cf5e701858694b7378ed58c
Tuckr - Stow alternative with symlink checking
I’ve been using Stow for a few years now. At the time (2020) Stow had a bug where it would just fail with a cryptic error and the maintainer didn’t have time to fix it, the bug was there for 2 years or so. So I got fed up and decided to try and fix it but I didn’t know perl nor did I want to learn it, so I decided to rewrite Stow and fix the issue. To fix it I decided that I track all symlinks and give users a nice way to see what was going on. So the entire project was based on having a n … ⌘ Read more
Yaml, Bash, and Perl ⌘ Read more
[Perl] 如何將數字換底 ⌘ Read more
gomdn: Yet another Static Site Generator
Yet another Static Site Generator (SSG), but this one is mine.
It’s a stupidly simple Go program ( wc says 229 lines), more like a
hack, really, but I don’t need something like Hugo. Most of the real
work is done by the goldmark package, of course. This is mostly just a
wrapper, deciding if something needs to be rebuilt.
I’ve been using a Perl script together with cmark (originally
Markdown.pl) since forever. And before that the old [txt2tags](htt … ⌘ Read more
@andros@twtxt.andros.dev@andros@twtxt.andros.dev i know MVC but i don’t know model view view model what does this mean…. i am learning PHP (and a tiny bit of perl scripting) as a mainly ruby girl so mayhaps i am improving but my focus is SERVERS
perl 5.38.2、5.36.3、5.34.3 三個版本的釋出 ⌘ Read more
perl 5.38.0 釋出 ⌘ Read more
[Perl] 以 Monad 來達成 safe navigation ⌘ Read more
[Perl] Toolchain 方面對於 perl 版本的要求 ⌘ Read more
[CPAN] 如何在安裝 DBD::mysql 時使其使用 MariaDB 的編譯設定 ⌘ Read more
For the fun and to remove extra deps I rewrite prx twtxt2atom AWK script to a simple core perl script: twtfeed
[Perl] 如何列出可升級的 CPAN 模組 ⌘ Read more
Learning Common Lisp: Exercise 1: Do convert twapake (perl) to cl-twapake
[Perl] Date::Holidays::TW 模組的製作與維護 ⌘ Read more
[Perl] 5.37.4 版中的一項很不錯的更新:編譯時期的語法錯誤訊息 ⌘ Read more
我如何設定 Emacs 來寫 Perl 程式 ⌘ Read more
[Perl] 一個常見的正規表示式的錯誤寫法 ⌘ Read more
[Perl] 以正規表示式所定義的文法規則來做編譯器 ⌘ Read more
[Perl] 以正規表示式來定義文法規則 ⌘ Read more
Perl 5.36.0 中出現的實驗機能 extra_paired_delimiters ⌘ Read more
Perl 5.36.0 帶來的新機能 ⌘ Read more
Perl 5.36.0 釋出 ⌘ Read more
Using Perl and RegEx is like riding a bike…
THE COMIC ⌘ Read more
遇到莫名奇妙的,只在 Perl 程式中發生的 Connect timeout 。 (shrug)
https://www.nntp.perl.org/group/ it does not look like there is a quick way to download a mbox archive of these mailing lists.
Making Single-binary Release with pp ⌘ Read more
https://metacpan.org/release/WOLFSAGE/perl-5.35.4/changes#Unicode-14.0-is-supported Perl 5.35.4 版之後所對應的 Unicode 版本已經推進到 14.0.0 了。
A simple thought about key-value pairs ⌘ Read more
Visualization of perl development history ⌘ Read more
perl 開發歷史紀錄之視覺化 ⌘ Read more
https://laurent-rosenfeld.developpez.com/tutoriels/perl/perl6/regex-grammaire-puissance/ perl perl6 regex
https://www.youtube.com/watch?v=l0zPwhgWTgM code perl perl6
https://docs.perl6.org/language/rb-nutshell perl perl6 ruby
https://github.com/dnmfarrell/Perl6-One-Liners oneliner perl perl6
https://www.linuxtricks.fr/news/10-logiciels-libres/302-vid-os-introduction-a-perl-en-3-parties/ code perl
How to Make a Button Run a Server-Side Script (eg, a PHP, Perl, or Python Script) (HTML) ⌘ https://www.thesitewizard.com/html-tutorial/make-button-run-server-side-script.shtml
wow, richtig gut, das: https://github.com/trizen/youtube-viewer (yt cli client #perl)
The script is self contained and should run on any system with lynx and perl