Human genome project Quote by Larry Wall
““The best way to figure out what Perl is used for is to look at the ... Comprehensive Perl Archive Network (the CPAN, for short). ... [Y]ou'll get the impression that Perl has interfaces to almost everything in the world. With a little thought, you may figure out the reason Perl has interfaces to everything is not so much so Perl itself can talk to everything, but so Perl can get everything in the world talking to everything else in the world. The combinatorics are staggering. The very first issue of The Perl Journal ... contained an article entitled 'How Perl Saved the Human Genome Project'. It explains how all the different genome sequencing laboratories used different databases with different formats, and how Perl was used to massage the data into a cohesive whole.””
About This Quote
Source Article: The Perl Journal, 1995, Perl community publication
Perl’s strength lies in its ability to connect disparate data sources and formats, enabling complex data integration tasks like those in the Human Genome Project.
In simple terms: Perl connects many systems together.
Leverage Perl for data integration challenges.
Themes
Mood
Type
When to use this quote
- genome research
- software development
- system integration
- data cleaning
Key Concepts
Questions to Reflect On
- How can you ensure maintainable Perl scripts?
- What alternatives exist for modern data pipelines?
Perl’s flexibility can lead to messy code if not disciplined.