Category: The Perl Programming Language
-
pylnker – a Python tool to parse Windows “.lnk” files (derived from a Perl tool)
https://github.com/HarmJ0y/pylnker https://github.com/HarmJ0y/pylnker/blob/master/pylnker.py https://code.google.com/archive/p/revealertoolkit/ – Perl script to parse LNK files: lnk-parse-1.0.pl https://github.com/lcorbasson/revealertoolkit https://github.com/lcorbasson/revealertoolkit/blob/master/tools/lnk-parse-1.0.pl $ cd ‘C:\Users\jochen.hayek\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup’ $ ~/git-servers/github.com/HarmJ0y/pylnker/pylnker.py *.lnk $ ~/git-servers/github.com/lcorbasson/revealertoolkit/tools/lnk-parse-1.0.pl *.lnk
-
rcs2git using Perl, Ruby, AWK
https://github.com/knuta/rcs2git – using Perl https://github.com/JochenHayek/rcs2git – using Perl – I forked knuta’s version https://github.com/arnoldrobbins/simple-rcs2git – using AWK https://github.com/Oblomov/rcs-fast-export – using Ruby https://stackoverflow.com/questions/1619737/migrate-project-from-rcs-to-git
-
Modern Perl 2016 (AKA “4e”) edition – online and e-books free yet another time
https://pragprog.com/book/swperl/modern-perl-fourth-edition https://web.archive.org/web/20161123122456/http://www.modernperlbooks.com/ http://www.modernperlbooks.com – as of today (and also in its archived version shown above) this web page announces the 2016 (AKA “4e”) edition http://www.modernperlbooks.com/books/modern_perl_2016/ – online HTML version http://onyxneon.com/books/modern_perl – which version to get where (PDF/letter, PDF/A4, …)
-
Perl web frameworks
https://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks https://en.wikipedia.org/wiki/Comparison_of_web_frameworks#Perl https://en.wikipedia.org/wiki/Comparison_of_web_frameworks#Perl_2 http://news.perlfoundation.org/2013/05/2013q2-gp-review-of-perl-web-f.html (not yet started) http://www.perlmonks.org/?node_id=753411 (year: 2009) http://www.perlfoundation.org/perl5/index.cgi?web_frameworks “Dancer is an open source lightweight web application framework written in Perl and inspired by Ruby’s Sinatra”: https://en.wikipedia.org/wiki/Dancer_(software) http://www.PerlDancer.org http://www.PerlDancer.org/quickstart “Mojolicious is a real-time web application framework, written by Sebastian Riedel, creator of the web application framework Catalyst”: https://en.wikipedia.org/wiki/Mojolicious http://mojolicious.org http://mojolicious.org/perldoc https://github.com/kraih/mojo/wiki https://www.amazon.de/dp/3848200953 – “Web-Entwicklung mit Perl…
-
CPAN history – edited by Neil Bowers
https://github.com/neilbowers/history-of-cpan/blob/master/history.md Very nicely made. I truely “love” CPAN.
-
Tim Maher’s book: Minimal Perl for UNIX and Linux People
https://www.manning.com/books/minimal-perl https://www.amazon.de/dp/1932394508
-
Unicode::Tussle – “Tom’s Unicode Scripts So Life is Easier” – also: Unicode enabled rewrites of Unix utilities
https://metacpan.org/pod/Unicode::Tussle : Tom’s Unicode Scripts So Life is Easier https://github.com/briandfoy/Unicode-Tussle https://github.com/briandfoy/Unicode-Tussle/blob/master/script/rename – I am using this one quite frequently
-
2015 CPAN Pull Request Challenge
http://perlmaven.com/2015-cpan-pull-request-challenge The message that Gabor sent out to pm_groups got forwarded in quite a few different ways: “replied to” with “> ” before every line “forwarded” but “inline” “forwarded” as attachment I haven’t seen a “redirect” yet 😎
-
the “Encode” module from Perl’s CPAN: which encodings does it support?
$ perl -MEncode -le “print for Encode->encodings(‘:all’)”