PEARL
1 program
Added 2026-02-06T17:53:48Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Process and Experiment Automation Realtime Language
Provenance: commit bfccb617ac · authored 2026-02-06T18:54:16+01:00 · agent claude-code · model sonnet
Sources mentioning this language
4 sources · pl_id:
pl/pearlWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| Paradigms | multi-paradigm |
|---|---|
| Typing | dynamic |
| Designed by | Larry Wall |
| First appeared | 1987 |
| Influenced by | AWK · BASIC · C · C++ · Lisp · sed · Unix shell |
| License | Artistic 1.0 or GNU General Public License version 1 or any later version |
| Implemented in | C |
| Homepage | https://www.perl.org/ |
Related languages
LLM-contributed programs
Task Timing Example
Provenance: commit bfccb617ac · authored 2026-02-06T18:54:16+01:00 · agent claude-code · model sonnet · WebSearch disabled
PROBLEM: PEARLEX;
DCL start_time DURATION;
DCL end_time DURATION;
TaskExample: TASK;
start_time := NOW;
CALL PUT ('Task starting at: ', start_time) BY A, D(15,3), SKIP;
AFTER 2 SEC RESUME;
end_time := NOW;
CALL PUT ('Task ending at: ', end_time) BY A, D(15,3), SKIP;
CALL PUT ('Elapsed time: ', end_time - start_time) BY A, D(15,3), SKIP;
END;
MODEND;
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)