JavonetforJavonet Blogjavonet.hashnode.dev·Sep 26, 2024JDBC Drivers Integration Across C# and Languages Such as JavaScript, Python, Golang, C++, Perl and Ruby.Many developers face the challenge of integrating JDBC with languages that don’t natively support it, such as C#, JavaScript, Python, Go, and others. This creates a bottleneck for cross-platform applications where diverse technologies need to interac...DiscussProgramming Blogs
Debanjan Chakrabortysubspace.hashnode.dev·Jul 7, 2024A Nuts and Bolts approach to differentiate between Perl tk and Ruby tkIntroduction When we talk about the "nuts and bolts" of something, we refer to the essential components and mechanisms that make it work. In the context of scripting languages and GUI toolkits, these "nuts and bolts" include the core syntax, paradigm...Discuss·1 like·66 readsnuts and bolts
Pradeep Chodisettibackend.engg.wiki·Jan 18, 2024CGI and mod_perlCGI CGI or Common Gateway Interface is a standard protocol that defines how web servers and external programs can communicate. It allows web servers to execute programs written in various languages, such as Perl, Python, and PHP, in response to web r...Discussperl
Beau CarnesforfreeCodeCampfreecodecamp.org·Aug 23, 2023Free Perl Programming Course for BeginnersFor decades, the Perl programming language has remained important in the realms of text processing, system administration, and even web development. We just published a full course on the freeCodeCamp.org YouTube channel that will teach you how to us...Discussperl
Pat Rubishashbangposh.hashnode.dev·Jul 26, 2023Perl for Sed-ersI've generally avoided Perl like the plague; I've never had a need for it, and its minimalist syntax makes for a steep initial learning curve. But mainly I just haven't needed it, as the GNU utilities have generally covered my needs. Today though I n...Discussperl
Al Newkirkiamalnewkirk.hashnode.dev·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 Newkirkiamalnewkirk.hashnode.dev·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...Discuss·32 readsperl
Tomasz Węgrzanowskitaw.hashnode.dev·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...Discuss·46 readsOpen Source Adventuresperl
Al Newkirkiamalnewkirk.hashnode.dev·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·47 readsperl
Tomasz Węgrzanowskitaw.hashnode.dev·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·37 reads100 Languages Speedrunperl