Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Consider learning Perl in 2021

by cavac (Parson)
on Oct 29, 2021 at 10:36 UTC ( [id://11138199]=note: print w/replies, xml ) Need Help??


in reply to Consider learning Perl in 2021

I find it odd that SQL is hardly ever mentioned in this type of lists. Sooner or later you will have to deal with databases. And yes, i consider SQL a full programming language. Many modern databases have (turing complete) server side processing with at least one mode using the SQL language as a basis.

Of course, PostgreSQL takes the cake, again, because it also supports Perl, Python, TCL and whatever you like. Which allows you to support weird stuff like
SELECT title, url FROM perlmonks WHERE supersearch like '%learning%perl%';
But you'd still need to know SQL to get going.

perl -e 'use Crypt::Digest::SHA256 qw[sha256_hex]; print substr(sha256_hex("the Answer To Life, The Universe And Everything"), 6, 2), "\n";'

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11138199]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (7)
As of 2024-04-18 22:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found