Aman AnandforAman Anand's Blogamananandrai.hashnode.net·Feb 25, 2021Program to check whether a number is a Palindrome in 6 different languages.We come across symmetry on a daily basis in our lives in many different ways, in both the natural and man-made world. Symmetry possesses the magic power of drawing our attention. Most of us value and enjoy experiencing symmetry both visually and ment...Discuss·10 likes·60 readsC++
Nkhangweni MuleluforDaCatdacat.hashnode.net·Mar 2, 2021Integrating Apache with MysqlHow to integrate Apache with Mysql. Open line Did you know that you can integrate perl with apache .conf file Example <Perl> system("echo 'this apache conf has reloaded' > test.txt "); </Perl> install the following perl (programming language) mod_...Discuss·10 likes·44 readsapache
Vikas SolegaonkarforTheWizthewiz.hashnode.net·Apr 29, 2021A Crash Course in PerlPerl is an acronym, short for Practical Extraction and Report Language. It dates back to the 1980's. It was originally written by Larry Wall while he was working at NASA's Jet Propulsion Labs. Perl started life as a 'glue' language, for the use of La...Discuss·6 likes·360 readsperl
Al NewkirkforPersnicketyiamalnewkirk.hashnode.net·Sep 23, 2022Pure Perl subroutine signaturesReally, how hard could it be? All this talk about types, objects, and systems, got me to thinking, "what would it take to create a 100% backwards-compatible pure Perl proof-of-concept for optionally typable subroutine signatures". I mean really, how ...Discussperl
Al NewkirkforPersnicketyiamalnewkirk.hashnode.net·Sep 19, 2022Types, Objects, and Systems, Oh my!Inextricably bound Perl isn't a strongly typed language, and its built-in types are limited and not generally accessible to the engineer, however, Perl supports various classes of data and in recent years has flirted with various ways of enabling run...Discussperl
Tomasz Węgrzanowskifortaw.hashnode.net·Sep 14, 2022Open Source Adventures: Episode 81: Exploring Raku Regular Expression APIIn previous three episodes I explored regular expression APIs of Ruby, Crystal, and Python, so let's finish this by doing the same exercise in Raku. The problem is the same - there's multiple date formats, and we want to extract information from whic...DiscussOpen Source Adventuresperl
Al NewkirkforPersnicketyiamalnewkirk.hashnode.net·Aug 23, 2022Introducing Venus, a new world for Perl 5Abstract Programming in Perl is choices all the way down. Perl is a multi-paradigm programming language which means that Perl can support the development of software using different programming paradigms, e.g. functional programming, object-oriented ...Discuss·33 readsperl
ZachforMaking Sense of the Starszachsarette.hashnode.net·Apr 23, 2022Writing my own Cookbook of CodeI'm learning a new language called Raku. Why? I want to automate tasks and learn how to solve complex algorithms. Also, I wanted to learn something new, interesting and different. I am already professionally proficient in HTML, CSS, JavaScript, Types...Discuss·47 readsLearning Journey
Tomasz Węgrzanowskifortaw.hashnode.net·Feb 12, 2022100 Languages Speedrun: Episode 87: SidefSidef is a prototype programming language, describing itself as inspired by Ruby, Raku, and Julia. Installation on OSX It's not that easy to run Sidef. It runs on Perl 5 platform and you can install it through CPAN, but you'll run into serious proble...Discuss·31 reads100 Languages Speedrunperl
Tomasz Węgrzanowskifortaw.hashnode.net·Feb 10, 2022100 Languages Speedrun: Episode 84: Lingua Romana PerligataLingua Romana Perligata is basically Perl in Latin. You think Perl has too much punctuation? It's all gone. Instead you'll need to deal with word endings. To enjoy Lingua Romana Perligata you need to install it with cpan Lingua::Romana::Perligata and...Discuss100 Languages Speedrunperl
James Reedfortwiddling∧bitsjcrd.hashnode.net·Jan 30, 2022An alternative markup language for man pagesWhile developing many of my projects I've found myself faced with the timeless question: to document or not to document? My goal is to provide man pages for any project used from the command-line or designed to be integrated into a larger Linux ecosy...Discuss·56 readsLinux
Tomasz Węgrzanowskifortaw.hashnode.net·Jan 27, 2022100 Languages Speedrun: Episode 68: Raku (Perl 6) GrammarsI covered Raku and Raku regular expressions before, now it's time to complete this with an episode about Raku grammars. Processing text is one of the most common tasks in programming, so most languages since Perl come with some kind of regular expres...Discuss100 Languages SpeedrunPerl6
AntonfornetwAntonnetwanton.hashnode.net·Jan 22, 2022Started learning Perl this past weekJust started my perl journey this past week!, after coding in python for most of my time except some classes in school where i worked in C. It's alot of fun, abit different from python with the "my" before declaring every variable, but i kinda like i...Discuss·62 readsperl