II.
Language JSON
Structured · livelanguage:perl
Perl json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "language:perl",
"_kind": "Language",
"_file": "domain/languages/perl.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Perl",
"paradigms": [
"imperative",
"scripting"
],
"description": "Perl is a high-level, interpreted, dynamically-typed scripting language\nrenowned for its powerful regular expression engine and text processing\ncapabilities. Perl 5 is widely used in system administration, bioinformatics\npipelines, CGI web scripting, and legacy enterprise applications.\n\nCPAN (Comprehensive Perl Archive Network) provides one of the largest\ncollections of reusable modules in any language ecosystem. Moose and Moo\nprovide modern OOP layers on top of Perl's flexible object system. Perl\n6 was reimagined as Raku, a separate language. Despite declining\npopularity, Perl remains deeply embedded in genomics tooling (BioPerl),\nnetwork automation, and long-lived IT operations scripts.\n"
},
"outgoingEdges": [
{
"from": "language:perl",
"to": "domain:bioinformatics",
"kind": "applies_to",
"attributes": {}
},
{
"from": "language:perl",
"to": "domain:software-engineering",
"kind": "applies_to",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool:flamegraph",
"to": "language:perl",
"kind": "belongs_to_language"
}
]
}