ePerl

1 program Added 2026-03-06T10:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled Evidence Report issue View issues
Aliases: Embedded Perl, eperl
Provenance: commit 4f093bb81a · authored 2026-03-06T09:13:18+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

Embedded C++ (0.35)EQUEL (0.34)ERB (0.30)Embedded SQL (0.26)Maya Embedded Language (0.24)

LLM-contributed programs

HTML List Generation

Provenance: commit 4f093bb81a · authored 2026-03-06T09:13:18+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
code.eperl · added: 2026-03-06T10:00:00Z
<html>
<body>
<h1>ePerl Example</h1>
<ul>
<: my @fruits = ('Apple', 'Banana', 'Cherry', 'Date');
   foreach my $fruit (@fruits) { :>
  <li><:= $fruit :></li>
<: } :>
</ul>
<p>Total items: <:= scalar(@fruits) :></p>
<p>Today's date: <:= scalar(localtime()) :></p>
</body>
</html>

Contribute — propose a file extension

Tell us where to find evidence about ePerl (mapped to pl/eperl). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/ePerl/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← EPARM Ephemeral →