Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: rbowman Newsgroups: comp.os.linux.misc Subject: Re: Joy of this, Joy of that Date: 25 Nov 2024 02:12:29 GMT Lines: 25 Message-ID: References: <6iKdnTQOKNh6AqD6nZ2dnZfqn_idnZ2d@earthlink.com> <871pz4osys.fsf@comcast.net.invalid> <1b166410-ecc1-f9e5-7218-cde9618f4686@example.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net 2PWb8aSNBWJVjF3WI11JAQRFfkGaPBKRyozCVnHDlpq5z1+haT Cancel-Lock: sha1:r/4wLoIEquBDLCsFu9HyI63R6uc= sha256:+NCHotPMOl4eQZI+AGCCCro9ljkV34FcGUZMfqz/EQM= User-Agent: Pan/0.149 (Bellevue; 4c157ba) Xref: csiph.com comp.os.linux.misc:61326 On Sun, 24 Nov 2024 22:07:40 +0100, D wrote: > I dabbled a bit in perl out of curiosity and I find the following two > points to be in its favour: > > 1. Backwards compatibility. Much better than python. Well, that's true. Looking over at the bookshelf I see 'Programming the Perl DBI' from 2000. It probably works just as well in 5.40.0 as it did in 5.6.0. https://www.oreilly.com/library/view/programming-the-perl/1565926994/ There isn't a newer version. That's remarkable for close to 25 years. Most of my other books from 2000 are suitable for propping up mismatched table legs. I did appreciate the concept of a uniform DBI with specific DBDs in the back end. > 2. The built in documentation. Python offers a lot of built in documentation, assuming the modules follow the PEP guidelines.